Html Css Color HEX #BCB942 Celery

📋 copy color: '#BCB942'

red 188 ◦ green 185 ◦ blue 66

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

Shades of Celery #BCB942

Tints of Celery #BCB942

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.14%

 BLUE value IS 66 (26.17% from 255) = 15.03%

R = 42.82%
G = 42.14%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BCB942 (or 0xBCB942) is known color: Celery. HEX triplet: BC, B9 and 42. RGB value is (188,185,66). Sum of RGB (Red+Green+Blue) = 188+185+66=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 66 (26.17% from 255 or 15.03% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB942 is #4346BD. Grayscale: #ACACAC. Windows color (decimal): -4409022 or 4372924. OLE color: 4372924.

HSL color Cylindrical-coordinate representation of color #BCB942: hue angle of 58.52º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCB942 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 185 66 -
CMYK 0 0.02 0.65 0.26
HSL 58.52º 0.48% 0.5% -
HSV(B) 58.52º 0.65% 0.74% -
XYZ 39.07 45.78 11.93 -
YUV 172.33 67.99 139.18 -
System Red Green Blue C M Y K H S L
Decimal 188 185 66 0 0.02 0.65 0.26 58.52 0.48 0.5
Hex BC B9 42 0 2 41 1A 3B 30 32
Octal 274 271 102 0 2 101 32 73 60 62
Binary 10111100 10111001 1000010 0 10 1000001 11010 111011 110000 110010

Color Harmonies of #BCB942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB942

Black with #BCB942

Text Example


Text Example

White with #BCB942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB942; }

 p { color: rgb(188,185,66); }

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

background-color css

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

 a { background-color: rgb(188,185,66); }

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

border-color css

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

 span { border-color: rgb(188,185,66); }

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