Html Css Color HEX #BBAC26 Earls Green

📋 copy color: '#BBAC26'

red 187 ◦ green 172 ◦ blue 38

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

Shades of Earls Green #BBAC26

Tints of Earls Green #BBAC26

RGB

 RED value IS 187 (73.44% from 255) = 47.1%

 GREEN value IS 172 (67.58% from 255) = 43.32%

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

R = 47.1%
G = 43.32%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BBAC26 (or 0xBBAC26) is known color: Earls Green. HEX triplet: BB, AC and 26. RGB value is (187,172,38). Sum of RGB (Red+Green+Blue) = 187+172+38=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 38 (15.23% from 255 or 9.57% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAC26 is #4453D9. Grayscale: #A1A1A1. Windows color (decimal): -4477914 or 2534587. OLE color: 2534587.

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

Color convert

RGB 187 172 38 -
CMYK 0 0.08 0.80 0.27
HSL 53.96º 0.66% 0.44% -
HSV(B) 53.96º 0.8% 0.73% -
XYZ 35.6 40.21 7.72 -
YUV 161.21 58.47 146.4 -
System Red Green Blue C M Y K H S L
Decimal 187 172 38 0 0.08 0.80 0.27 53.96 0.66 0.44
Hex BB AC 26 0 8 50 1B 36 42 2C
Octal 273 254 46 0 10 120 33 66 102 54
Binary 10111011 10101100 100110 0 1000 1010000 11011 110110 1000010 101100

Color Harmonies of #BBAC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC26

Black with #BBAC26

Text Example


Text Example

White with #BBAC26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC26; }

 p { color: rgb(187,172,38); }

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

background-color css

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

 a { background-color: rgb(187,172,38); }

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

border-color css

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

 span { border-color: rgb(187,172,38); }

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