Html Css Color HEX #BCAA26 Earls Green

📋 copy color: '#BCAA26'

red 188 ◦ green 170 ◦ blue 38

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

Shades of Earls Green #BCAA26

Tints of Earls Green #BCAA26

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.93%

 BLUE value IS 38 (15.23% from 255) = 9.6%

R = 47.47%
G = 42.93%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BCAA26 (or 0xBCAA26) is known color: Earls Green. HEX triplet: BC, AA and 26. RGB value is (188,170,38). Sum of RGB (Red+Green+Blue) = 188+170+38=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 38 (15.23% from 255 or 9.60% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAA26 is #4355D9. Grayscale: #A0A0A0. Windows color (decimal): -4412890 or 2534076. OLE color: 2534076.

HSL color Cylindrical-coordinate representation of color #BCAA26: hue angle of 52.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCAA26 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 170 38 -
CMYK 0 0.10 0.80 0.26
HSL 52.8º 0.66% 0.44% -
HSV(B) 52.8º 0.8% 0.74% -
XYZ 35.46 39.58 7.6 -
YUV 160.33 58.96 147.73 -
System Red Green Blue C M Y K H S L
Decimal 188 170 38 0 0.10 0.80 0.26 52.8 0.66 0.44
Hex BC AA 26 0 A 50 1A 35 42 2C
Octal 274 252 46 0 12 120 32 65 102 54
Binary 10111100 10101010 100110 0 1010 1010000 11010 110101 1000010 101100

Color Harmonies of #BCAA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA26

Black with #BCAA26

Text Example


Text Example

White with #BCAA26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA26; }

 p { color: rgb(188,170,38); }

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

background-color css

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

 a { background-color: rgb(188,170,38); }

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

border-color css

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

 span { border-color: rgb(188,170,38); }

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