Html Css Color HEX #BBAF26 Earls Green

📋 copy color: '#BBAF26'

red 187 ◦ green 175 ◦ blue 38

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

Shades of Earls Green #BBAF26

Tints of Earls Green #BBAF26

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.75%

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

R = 46.75%
G = 43.75%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BBAF26 (or 0xBBAF26) is known color: Earls Green. HEX triplet: BB, AF and 26. RGB value is (187,175,38). Sum of RGB (Red+Green+Blue) = 187+175+38=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 38 (15.23% from 255 or 9.5% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAF26 is #4450D9. Grayscale: #A3A3A3. Windows color (decimal): -4477146 or 2535355. OLE color: 2535355.

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

Color convert

RGB 187 175 38 -
CMYK 0 0.06 0.80 0.27
HSL 55.17º 0.66% 0.44% -
HSV(B) 55.17º 0.8% 0.73% -
XYZ 36.17 41.36 7.91 -
YUV 162.97 57.48 145.14 -
System Red Green Blue C M Y K H S L
Decimal 187 175 38 0 0.06 0.80 0.27 55.17 0.66 0.44
Hex BB AF 26 0 6 50 1B 37 42 2C
Octal 273 257 46 0 6 120 33 67 102 54
Binary 10111011 10101111 100110 0 110 1010000 11011 110111 1000010 101100

Color Harmonies of #BBAF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF26

Black with #BBAF26

Text Example


Text Example

White with #BBAF26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF26; }

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

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

background-color css

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

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

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

border-color css

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

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

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