Html Css Color HEX #BCBB4F Celery

📋 copy color: '#BCBB4F'

red 188 ◦ green 187 ◦ blue 79

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

Shades of Celery #BCBB4F

Tints of Celery #BCBB4F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.19%

 BLUE value IS 79 (31.25% from 255) = 17.4%

R = 41.41%
G = 41.19%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BCBB4F (or 0xBCBB4F) is known color: Celery. HEX triplet: BC, BB and 4F. RGB value is (188,187,79). Sum of RGB (Red+Green+Blue) = 188+187+79=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 187 (73.44% from 255 or 41.19% from 454); Blue value is 79 (31.25% from 255 or 17.40% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBB4F is #4344B0. Grayscale: #AFAFAF. Windows color (decimal): -4408497 or 5225404. OLE color: 5225404.

HSL color Cylindrical-coordinate representation of color #BCBB4F: hue angle of 59.45º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCBB4F is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 187 79 -
CMYK 0 0.01 0.58 0.26
HSL 59.45º 0.45% 0.52% -
HSV(B) 59.45º 0.58% 0.74% -
XYZ 39.92 46.8 14.33 -
YUV 174.99 73.83 137.28 -
System Red Green Blue C M Y K H S L
Decimal 188 187 79 0 0.01 0.58 0.26 59.45 0.45 0.52
Hex BC BB 4F 0 1 3A 1A 3B 2D 34
Octal 274 273 117 0 1 72 32 73 55 64
Binary 10111100 10111011 1001111 0 1 111010 11010 111011 101101 110100

Color Harmonies of #BCBB4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBB4F

Black with #BCBB4F

Text Example


Text Example

White with #BCBB4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBB4F; }

 p { color: rgb(188,187,79); }

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

background-color css

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

 a { background-color: rgb(188,187,79); }

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

border-color css

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

 span { border-color: rgb(188,187,79); }

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