Html Css Color HEX #BCBD42 Celery

📋 copy color: '#BCBD42'

red 188 ◦ green 189 ◦ blue 66

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

Shades of Celery #BCBD42

Tints of Celery #BCBD42

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.66%

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

R = 42.44%
G = 42.66%
B = 14.9%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BCBD42 (or 0xBCBD42) is known color: Celery. HEX triplet: BC, BD and 42. RGB value is (188,189,66). Sum of RGB (Red+Green+Blue) = 188+189+66=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 66 (26.17% from 255 or 14.90% from 443); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBD42 is #4342BD. Grayscale: #AFAFAF. Windows color (decimal): -4407998 or 4373948. OLE color: 4373948.

HSL color Cylindrical-coordinate representation of color #BCBD42: hue angle of 60.49º 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 #BCBD42 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 189 66 -
CMYK 0.01 0 0.65 0.26
HSL 60.49º 0.48% 0.5% -
HSV(B) 60.49º 0.65% 0.74% -
XYZ 39.92 47.48 12.21 -
YUV 174.68 66.67 137.5 -
System Red Green Blue C M Y K H S L
Decimal 188 189 66 0.01 0 0.65 0.26 60.49 0.48 0.5
Hex BC BD 42 1 0 41 1A 3C 30 32
Octal 274 275 102 1 0 101 32 74 60 62
Binary 10111100 10111101 1000010 1 0 1000001 11010 111100 110000 110010

Color Harmonies of #BCBD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBD42

Black with #BCBD42

Text Example


Text Example

White with #BCBD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBD42; }

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

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

background-color css

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

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

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

border-color css

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

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

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