Html Css Color HEX #BCC455 Celery

📋 copy color: '#BCC455'

red 188 ◦ green 196 ◦ blue 85

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

Shades of Celery #BCC455

Tints of Celery #BCC455

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.79%

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

R = 40.09%
G = 41.79%
B = 18.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#BCC455 (or 0xBCC455) is known color: Celery. HEX triplet: BC, C4 and 55. RGB value is (188,196,85). Sum of RGB (Red+Green+Blue) = 188+196+85=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 196 (76.95% from 255 or 41.79% from 469); Blue value is 85 (33.59% from 255 or 18.12% from 469); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC455 is #433BAA. Grayscale: #B5B5B5. Windows color (decimal): -4406187 or 5620924. OLE color: 5620924.

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

Color convert

RGB 188 196 85 -
CMYK 0.04 0 0.57 0.23
HSL 64.32º 0.48% 0.55% -
HSV(B) 64.32º 0.57% 0.77% -
XYZ 42.12 50.83 16.19 -
YUV 180.95 73.85 133.03 -
System Red Green Blue C M Y K H S L
Decimal 188 196 85 0.04 0 0.57 0.23 64.32 0.48 0.55
Hex BC C4 55 4 0 39 17 40 30 37
Octal 274 304 125 4 0 71 27 100 60 67
Binary 10111100 11000100 1010101 100 0 111001 10111 1000000 110000 110111

Color Harmonies of #BCC455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC455

Black with #BCC455

Text Example


Text Example

White with #BCC455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC455; }

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

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

background-color css

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

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

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

border-color css

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

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

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