Html Css Color HEX #BCB332 Earls Green

📋 copy color: '#BCB332'

red 188 ◦ green 179 ◦ blue 50

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

Shades of Earls Green #BCB332

Tints of Earls Green #BCB332

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.93%

 BLUE value IS 50 (19.92% from 255) = 11.99%

R = 45.08%
G = 42.93%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BCB332 (or 0xBCB332) is known color: Earls Green. HEX triplet: BC, B3 and 32. RGB value is (188,179,50). Sum of RGB (Red+Green+Blue) = 188+179+50=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 179 (70.31% from 255 or 42.93% from 417); Blue value is 50 (19.92% from 255 or 11.99% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB332 is #434CCD. Grayscale: #A7A7A7. Windows color (decimal): -4410574 or 3322812. OLE color: 3322812.

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

Color convert

RGB 188 179 50 -
CMYK 0 0.05 0.73 0.26
HSL 56.09º 0.58% 0.47% -
HSV(B) 56.09º 0.73% 0.74% -
XYZ 37.43 43.16 9.38 -
YUV 166.99 61.98 142.99 -
System Red Green Blue C M Y K H S L
Decimal 188 179 50 0 0.05 0.73 0.26 56.09 0.58 0.47
Hex BC B3 32 0 5 49 1A 38 3A 2F
Octal 274 263 62 0 5 111 32 70 72 57
Binary 10111100 10110011 110010 0 101 1001001 11010 111000 111010 101111

Color Harmonies of #BCB332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB332

Black with #BCB332

Text Example


Text Example

White with #BCB332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB332; }

 p { color: rgb(188,179,50); }

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

background-color css

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

 a { background-color: rgb(188,179,50); }

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

border-color css

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

 span { border-color: rgb(188,179,50); }

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