Html Css Color HEX #BCB132 Earls Green

📋 copy color: '#BCB132'

red 188 ◦ green 177 ◦ blue 50

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

Shades of Earls Green #BCB132

Tints of Earls Green #BCB132

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.65%

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

R = 45.3%
G = 42.65%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BCB132 (or 0xBCB132) is known color: Earls Green. HEX triplet: BC, B1 and 32. RGB value is (188,177,50). Sum of RGB (Red+Green+Blue) = 188+177+50=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 177 (69.53% from 255 or 42.65% from 415); Blue value is 50 (19.92% from 255 or 12.05% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB132 is #434ECD. Grayscale: #A6A6A6. Windows color (decimal): -4411086 or 3322300. OLE color: 3322300.

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

Color convert

RGB 188 177 50 -
CMYK 0 0.06 0.73 0.26
HSL 55.22º 0.58% 0.47% -
HSV(B) 55.22º 0.73% 0.74% -
XYZ 37.04 42.37 9.24 -
YUV 165.81 62.64 143.83 -
System Red Green Blue C M Y K H S L
Decimal 188 177 50 0 0.06 0.73 0.26 55.22 0.58 0.47
Hex BC B1 32 0 6 49 1A 37 3A 2F
Octal 274 261 62 0 6 111 32 67 72 57
Binary 10111100 10110001 110010 0 110 1001001 11010 110111 111010 101111

Color Harmonies of #BCB132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB132

Black with #BCB132

Text Example


Text Example

White with #BCB132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB132; }

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

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

background-color css

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

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

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

border-color css

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

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

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