Html Css Color HEX #BBA71D Earls Green

📋 copy color: '#BBA71D'

red 187 ◦ green 167 ◦ blue 29

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

Shades of Earls Green #BBA71D

Tints of Earls Green #BBA71D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.57%

R = 48.83%
G = 43.6%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BBA71D (or 0xBBA71D) is known color: Earls Green. HEX triplet: BB, A7 and 1D. RGB value is (187,167,29). Sum of RGB (Red+Green+Blue) = 187+167+29=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 167 (65.62% from 255 or 43.60% from 383); Blue value is 29 (11.72% from 255 or 7.57% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA71D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA71D is #4458E2. Grayscale: #9D9D9D. Windows color (decimal): -4479203 or 1943483. OLE color: 1943483.

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

Color convert

RGB 187 167 29 -
CMYK 0 0.11 0.84 0.27
HSL 52.41º 0.73% 0.42% -
HSV(B) 52.41º 0.84% 0.73% -
XYZ 34.53 38.29 6.73 -
YUV 157.25 55.63 149.22 -
System Red Green Blue C M Y K H S L
Decimal 187 167 29 0 0.11 0.84 0.27 52.41 0.73 0.42
Hex BB A7 1D 0 B 54 1B 34 49 2A
Octal 273 247 35 0 13 124 33 64 111 52
Binary 10111011 10100111 11101 0 1011 1010100 11011 110100 1001001 101010

Color Harmonies of #BBA71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA71D

Black with #BBA71D

Text Example


Text Example

White with #BBA71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA71D; }

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

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

background-color css

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

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

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

border-color css

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

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

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