Html Css Color HEX #BCA72C Earls Green

📋 copy color: '#BCA72C'

red 188 ◦ green 167 ◦ blue 44

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

Shades of Earls Green #BCA72C

Tints of Earls Green #BCA72C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.85%

 BLUE value IS 44 (17.58% from 255) = 11.03%

R = 47.12%
G = 41.85%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BCA72C (or 0xBCA72C) is known color: Earls Green. HEX triplet: BC, A7 and 2C. RGB value is (188,167,44). Sum of RGB (Red+Green+Blue) = 188+167+44=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 167 (65.62% from 255 or 41.85% from 399); Blue value is 44 (17.58% from 255 or 11.03% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA72C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA72C is #4358D3. Grayscale: #9F9F9F. Windows color (decimal): -4413652 or 2926524. OLE color: 2926524.

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

Color convert

RGB 188 167 44 -
CMYK 0 0.11 0.77 0.26
HSL 51.25º 0.62% 0.45% -
HSV(B) 51.25º 0.77% 0.74% -
XYZ 35.01 38.51 7.97 -
YUV 159.26 62.96 148.5 -
System Red Green Blue C M Y K H S L
Decimal 188 167 44 0 0.11 0.77 0.26 51.25 0.62 0.45
Hex BC A7 2C 0 B 4D 1A 33 3E 2D
Octal 274 247 54 0 13 115 32 63 76 55
Binary 10111100 10100111 101100 0 1011 1001101 11010 110011 111110 101101

Color Harmonies of #BCA72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA72C

Black with #BCA72C

Text Example


Text Example

White with #BCA72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA72C; }

 p { color: rgb(188,167,44); }

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

background-color css

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

 a { background-color: rgb(188,167,44); }

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

border-color css

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

 span { border-color: rgb(188,167,44); }

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