Html Css Color HEX #BCC355 Celery

📋 copy color: '#BCC355'

red 188 ◦ green 195 ◦ blue 85

#BCC355
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celery #BCC355

Tints of Celery #BCC355

RGB

 RED value IS 188 (73.83% from 255) = 40.17%

 GREEN value IS 195 (76.56% from 255) = 41.67%

 BLUE value IS 85 (33.59% from 255) = 18.16%

R = 40.17%
G = 41.67%
B = 18.16%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCC355 (or 0xBCC355) is known color: Celery. HEX triplet: BC, C3 and 55. RGB value is (188,195,85). Sum of RGB (Red+Green+Blue) = 188+195+85=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 85 (33.59% from 255 or 18.16% from 468); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC355 is #433CAA. Grayscale: #B4B4B4. Windows color (decimal): -4406443 or 5620668. OLE color: 5620668.

HSL color Cylindrical-coordinate representation of color #BCC355: hue angle of 63.82º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCC355 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 195 85 -
CMYK 0.04 0 0.56 0.24
HSL 63.82º 0.48% 0.55% -
HSV(B) 63.82º 0.56% 0.76% -
XYZ 41.89 50.38 16.11 -
YUV 180.37 74.18 133.44 -
System Red Green Blue C M Y K H S L
Decimal 188 195 85 0.04 0 0.56 0.24 63.82 0.48 0.55
Hex BC C3 55 4 0 38 18 40 30 37
Octal 274 303 125 4 0 70 30 100 60 67
Binary 10111100 11000011 1010101 100 0 111000 11000 1000000 110000 110111

Color Harmonies of #BCC355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC355

Black with #BCC355

Text Example


Text Example

White with #BCC355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC355; }

 p { color: rgb(188,195,85); }

 H1.HeaderClassName
 {
   color: #BCC355;
 }
 .AnyTagClassName
 {
   color: #BCC355;
 }
</style>

background-color css

<style>
 a { background-color: #BCC355; }

 a { background-color: rgb(188,195,85); }

 div.DivClassName
 {
   background-color: #BCC355;
 }
 .BgClassName
 {
   background-color: #BCC355;
 }
</style>

border-color css

<style>
 span { border-color: #BCC355; }

 span { border-color: rgb(188,195,85); }

 td.TdClassName
 {
   border-color: #BCC355;
 }
 .TagClassName
 {
   border-color: #BCC355;
 }
</style>