Html Css Color HEX #BCA91A Earls Green

📋 copy color: '#BCA91A'

red 188 ◦ green 169 ◦ blue 26

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

Shades of Earls Green #BCA91A

Tints of Earls Green #BCA91A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.13%

 BLUE value IS 26 (10.55% from 255) = 6.79%

R = 49.09%
G = 44.13%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BCA91A (or 0xBCA91A) is known color: Earls Green. HEX triplet: BC, A9 and 1A. RGB value is (188,169,26). Sum of RGB (Red+Green+Blue) = 188+169+26=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 169 (66.41% from 255 or 44.13% from 383); Blue value is 26 (10.55% from 255 or 6.79% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA91A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA91A is #4356E5. Grayscale: #9E9E9E. Windows color (decimal): -4413158 or 1747388. OLE color: 1747388.

HSL color Cylindrical-coordinate representation of color #BCA91A: hue angle of 52.96º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCA91A is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 169 26 -
CMYK 0 0.10 0.86 0.26
HSL 52.96º 0.76% 0.42% -
HSV(B) 52.96º 0.86% 0.74% -
XYZ 35.11 39.14 6.68 -
YUV 158.38 53.29 149.13 -
System Red Green Blue C M Y K H S L
Decimal 188 169 26 0 0.10 0.86 0.26 52.96 0.76 0.42
Hex BC A9 1A 0 A 56 1A 35 4C 2A
Octal 274 251 32 0 12 126 32 65 114 52
Binary 10111100 10101001 11010 0 1010 1010110 11010 110101 1001100 101010

Color Harmonies of #BCA91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA91A

Black with #BCA91A

Text Example


Text Example

White with #BCA91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA91A; }

 p { color: rgb(188,169,26); }

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

background-color css

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

 a { background-color: rgb(188,169,26); }

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

border-color css

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

 span { border-color: rgb(188,169,26); }

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