Html Css Color HEX #BCA52C Earls Green

📋 copy color: '#BCA52C'

red 188 ◦ green 165 ◦ blue 44

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

Shades of Earls Green #BCA52C

Tints of Earls Green #BCA52C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.56%

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

R = 47.36%
G = 41.56%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BCA52C (or 0xBCA52C) is known color: Earls Green. HEX triplet: BC, A5 and 2C. RGB value is (188,165,44). Sum of RGB (Red+Green+Blue) = 188+165+44=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 44 (17.58% from 255 or 11.08% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA52C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA52C is #435AD3. Grayscale: #9E9E9E. Windows color (decimal): -4414164 or 2926012. OLE color: 2926012.

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

Color convert

RGB 188 165 44 -
CMYK 0 0.12 0.77 0.26
HSL 50.42º 0.62% 0.45% -
HSV(B) 50.42º 0.77% 0.74% -
XYZ 34.65 37.78 7.85 -
YUV 158.08 63.62 149.34 -
System Red Green Blue C M Y K H S L
Decimal 188 165 44 0 0.12 0.77 0.26 50.42 0.62 0.45
Hex BC A5 2C 0 C 4D 1A 32 3E 2D
Octal 274 245 54 0 14 115 32 62 76 55
Binary 10111100 10100101 101100 0 1100 1001101 11010 110010 111110 101101

Color Harmonies of #BCA52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA52C

Black with #BCA52C

Text Example


Text Example

White with #BCA52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA52C; }

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

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

background-color css

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

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

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

border-color css

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

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

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