Html Css Color HEX #BBAF29 Earls Green

📋 copy color: '#BBAF29'

red 187 ◦ green 175 ◦ blue 41

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

Shades of Earls Green #BBAF29

Tints of Earls Green #BBAF29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.17%

R = 46.4%
G = 43.42%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BBAF29 (or 0xBBAF29) is known color: Earls Green. HEX triplet: BB, AF and 29. RGB value is (187,175,41). Sum of RGB (Red+Green+Blue) = 187+175+41=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 41 (16.41% from 255 or 10.17% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAF29 is #4450D6. Grayscale: #A3A3A3. Windows color (decimal): -4477143 or 2731963. OLE color: 2731963.

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

Color convert

RGB 187 175 41 -
CMYK 0 0.06 0.78 0.27
HSL 55.07º 0.64% 0.45% -
HSV(B) 55.07º 0.78% 0.73% -
XYZ 36.22 41.38 8.18 -
YUV 163.31 58.98 144.9 -
System Red Green Blue C M Y K H S L
Decimal 187 175 41 0 0.06 0.78 0.27 55.07 0.64 0.45
Hex BB AF 29 0 6 4E 1B 37 40 2D
Octal 273 257 51 0 6 116 33 67 100 55
Binary 10111011 10101111 101001 0 110 1001110 11011 110111 1000000 101101

Color Harmonies of #BBAF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF29

Black with #BBAF29

Text Example


Text Example

White with #BBAF29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF29; }

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

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

background-color css

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

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

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

border-color css

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

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

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