Html Css Color HEX #BBAF23 Earls Green

📋 copy color: '#BBAF23'

red 187 ◦ green 175 ◦ blue 35

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

Shades of Earls Green #BBAF23

Tints of Earls Green #BBAF23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.82%

R = 47.1%
G = 44.08%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BBAF23 (or 0xBBAF23) is known color: Earls Green. HEX triplet: BB, AF and 23. RGB value is (187,175,35). Sum of RGB (Red+Green+Blue) = 187+175+35=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 35 (14.06% from 255 or 8.82% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAF23 is #4450DC. Grayscale: #A3A3A3. Windows color (decimal): -4477149 or 2338747. OLE color: 2338747.

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

Color convert

RGB 187 175 35 -
CMYK 0 0.06 0.81 0.27
HSL 55.26º 0.68% 0.44% -
HSV(B) 55.26º 0.81% 0.73% -
XYZ 36.13 41.35 7.67 -
YUV 162.63 55.98 145.38 -
System Red Green Blue C M Y K H S L
Decimal 187 175 35 0 0.06 0.81 0.27 55.26 0.68 0.44
Hex BB AF 23 0 6 51 1B 37 44 2C
Octal 273 257 43 0 6 121 33 67 104 54
Binary 10111011 10101111 100011 0 110 1010001 11011 110111 1000100 101100

Color Harmonies of #BBAF23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF23

Black with #BBAF23

Text Example


Text Example

White with #BBAF23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF23; }

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

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

background-color css

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

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

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

border-color css

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

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

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