Html Css Color HEX #BCB72A Earls Green

📋 copy color: '#BCB72A'

red 188 ◦ green 183 ◦ blue 42

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

Shades of Earls Green #BCB72A

Tints of Earls Green #BCB72A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.31%

 BLUE value IS 42 (16.8% from 255) = 10.17%

R = 45.52%
G = 44.31%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BCB72A (or 0xBCB72A) is known color: Earls Green. HEX triplet: BC, B7 and 2A. RGB value is (188,183,42). Sum of RGB (Red+Green+Blue) = 188+183+42=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 183 (71.88% from 255 or 44.31% from 413); Blue value is 42 (16.80% from 255 or 10.17% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB72A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB72A is #4348D5. Grayscale: #A8A8A8. Windows color (decimal): -4409558 or 2799548. OLE color: 2799548.

HSL color Cylindrical-coordinate representation of color #BCB72A: hue angle of 57.95º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCB72A is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 183 42 -
CMYK 0 0.03 0.78 0.26
HSL 57.95º 0.63% 0.45% -
HSV(B) 57.95º 0.78% 0.74% -
XYZ 38.09 44.73 8.82 -
YUV 168.42 56.66 141.96 -
System Red Green Blue C M Y K H S L
Decimal 188 183 42 0 0.03 0.78 0.26 57.95 0.63 0.45
Hex BC B7 2A 0 3 4E 1A 3A 3F 2D
Octal 274 267 52 0 3 116 32 72 77 55
Binary 10111100 10110111 101010 0 11 1001110 11010 111010 111111 101101

Color Harmonies of #BCB72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB72A

Black with #BCB72A

Text Example


Text Example

White with #BCB72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB72A; }

 p { color: rgb(188,183,42); }

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

background-color css

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

 a { background-color: rgb(188,183,42); }

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

border-color css

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

 span { border-color: rgb(188,183,42); }

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