Html Css Color HEX #BBAF16 Earls Green

📋 copy color: '#BBAF16'

red 187 ◦ green 175 ◦ blue 22

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

Shades of Earls Green #BBAF16

Tints of Earls Green #BBAF16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.73%

R = 48.7%
G = 45.57%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BBAF16 (or 0xBBAF16) is known color: Earls Green. HEX triplet: BB, AF and 16. RGB value is (187,175,22). Sum of RGB (Red+Green+Blue) = 187+175+22=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 22 (8.98% from 255 or 5.73% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAF16 is #4450E9. Grayscale: #A1A1A1. Windows color (decimal): -4477162 or 1486779. OLE color: 1486779.

HSL color Cylindrical-coordinate representation of color #BBAF16: hue angle of 55.64º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBAF16 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 175 22 -
CMYK 0 0.06 0.88 0.27
HSL 55.64º 0.79% 0.41% -
HSV(B) 55.64º 0.88% 0.73% -
XYZ 35.97 41.28 6.83 -
YUV 161.15 49.48 146.44 -
System Red Green Blue C M Y K H S L
Decimal 187 175 22 0 0.06 0.88 0.27 55.64 0.79 0.41
Hex BB AF 16 0 6 58 1B 38 4F 29
Octal 273 257 26 0 6 130 33 70 117 51
Binary 10111011 10101111 10110 0 110 1011000 11011 111000 1001111 101001

Color Harmonies of #BBAF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF16

Black with #BBAF16

Text Example


Text Example

White with #BBAF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF16; }

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

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

background-color css

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

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

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

border-color css

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

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

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