Html Css Color HEX #BBA71B Earls Green

📋 copy color: '#BBA71B'

red 187 ◦ green 167 ◦ blue 27

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

Shades of Earls Green #BBA71B

Tints of Earls Green #BBA71B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.83%

 BLUE value IS 27 (10.94% from 255) = 7.09%

R = 49.08%
G = 43.83%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BBA71B (or 0xBBA71B) is known color: Earls Green. HEX triplet: BB, A7 and 1B. RGB value is (187,167,27). Sum of RGB (Red+Green+Blue) = 187+167+27=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 167 (65.62% from 255 or 43.83% from 381); Blue value is 27 (10.94% from 255 or 7.09% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA71B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA71B is #4458E4. Grayscale: #9D9D9D. Windows color (decimal): -4479205 or 1812411. OLE color: 1812411.

HSL color Cylindrical-coordinate representation of color #BBA71B: hue angle of 52.5º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBA71B is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 167 27 -
CMYK 0 0.11 0.86 0.27
HSL 52.5º 0.75% 0.42% -
HSV(B) 52.5º 0.86% 0.73% -
XYZ 34.51 38.28 6.61 -
YUV 157.02 54.63 149.38 -
System Red Green Blue C M Y K H S L
Decimal 187 167 27 0 0.11 0.86 0.27 52.5 0.75 0.42
Hex BB A7 1B 0 B 56 1B 34 4B 2A
Octal 273 247 33 0 13 126 33 64 113 52
Binary 10111011 10100111 11011 0 1011 1010110 11011 110100 1001011 101010

Color Harmonies of #BBA71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA71B

Black with #BBA71B

Text Example


Text Example

White with #BBA71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA71B; }

 p { color: rgb(187,167,27); }

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

background-color css

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

 a { background-color: rgb(187,167,27); }

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

border-color css

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

 span { border-color: rgb(187,167,27); }

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