Html Css Color HEX #BCB122 Earls Green

📋 copy color: '#BCB122'

red 188 ◦ green 177 ◦ blue 34

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

Shades of Earls Green #BCB122

Tints of Earls Green #BCB122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.52%

R = 47.12%
G = 44.36%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BCB122 (or 0xBCB122) is known color: Earls Green. HEX triplet: BC, B1 and 22. RGB value is (188,177,34). Sum of RGB (Red+Green+Blue) = 188+177+34=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 177 (69.53% from 255 or 44.36% from 399); Blue value is 34 (13.67% from 255 or 8.52% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB122 is #434EDD. Grayscale: #A4A4A4. Windows color (decimal): -4411102 or 2273724. OLE color: 2273724.

HSL color Cylindrical-coordinate representation of color #BCB122: hue angle of 55.71º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCB122 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 177 34 -
CMYK 0 0.06 0.82 0.26
HSL 55.71º 0.69% 0.44% -
HSV(B) 55.71º 0.82% 0.74% -
XYZ 36.75 42.25 7.73 -
YUV 163.99 54.64 145.13 -
System Red Green Blue C M Y K H S L
Decimal 188 177 34 0 0.06 0.82 0.26 55.71 0.69 0.44
Hex BC B1 22 0 6 52 1A 38 45 2C
Octal 274 261 42 0 6 122 32 70 105 54
Binary 10111100 10110001 100010 0 110 1010010 11010 111000 1000101 101100

Color Harmonies of #BCB122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB122

Black with #BCB122

Text Example


Text Example

White with #BCB122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB122; }

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

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

background-color css

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

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

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

border-color css

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

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

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