Html Css Color HEX #BCAB26 Earls Green

📋 copy color: '#BCAB26'

red 188 ◦ green 171 ◦ blue 38

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

Shades of Earls Green #BCAB26

Tints of Earls Green #BCAB26

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.07%

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

R = 47.36%
G = 43.07%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BCAB26 (or 0xBCAB26) is known color: Earls Green. HEX triplet: BC, AB and 26. RGB value is (188,171,38). Sum of RGB (Red+Green+Blue) = 188+171+38=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 38 (15.23% from 255 or 9.57% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAB26 is #4354D9. Grayscale: #A1A1A1. Windows color (decimal): -4412634 or 2534332. OLE color: 2534332.

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

Color convert

RGB 188 171 38 -
CMYK 0 0.09 0.80 0.26
HSL 53.2º 0.66% 0.44% -
HSV(B) 53.2º 0.8% 0.74% -
XYZ 35.65 39.96 7.67 -
YUV 160.92 58.63 147.31 -
System Red Green Blue C M Y K H S L
Decimal 188 171 38 0 0.09 0.80 0.26 53.2 0.66 0.44
Hex BC AB 26 0 9 50 1A 35 42 2C
Octal 274 253 46 0 11 120 32 65 102 54
Binary 10111100 10101011 100110 0 1001 1010000 11010 110101 1000010 101100

Color Harmonies of #BCAB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB26

Black with #BCAB26

Text Example


Text Example

White with #BCAB26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB26; }

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

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

background-color css

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

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

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

border-color css

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

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

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