Html Css Color HEX #BBA52B Earls Green

📋 copy color: '#BBA52B'

red 187 ◦ green 165 ◦ blue 43

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

Shades of Earls Green #BBA52B

Tints of Earls Green #BBA52B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.77%

 BLUE value IS 43 (17.19% from 255) = 10.89%

R = 47.34%
G = 41.77%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BBA52B (or 0xBBA52B) is known color: Earls Green. HEX triplet: BB, A5 and 2B. RGB value is (187,165,43). Sum of RGB (Red+Green+Blue) = 187+165+43=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 43 (17.19% from 255 or 10.89% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA52B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA52B is #445AD4. Grayscale: #9E9E9E. Windows color (decimal): -4479701 or 2860475. OLE color: 2860475.

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

Color convert

RGB 187 165 43 -
CMYK 0 0.12 0.77 0.27
HSL 50.83º 0.63% 0.45% -
HSV(B) 50.83º 0.77% 0.73% -
XYZ 34.38 37.65 7.74 -
YUV 157.67 63.29 148.92 -
System Red Green Blue C M Y K H S L
Decimal 187 165 43 0 0.12 0.77 0.27 50.83 0.63 0.45
Hex BB A5 2B 0 C 4D 1B 33 3F 2D
Octal 273 245 53 0 14 115 33 63 77 55
Binary 10111011 10100101 101011 0 1100 1001101 11011 110011 111111 101101

Color Harmonies of #BBA52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA52B

Black with #BBA52B

Text Example


Text Example

White with #BBA52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA52B; }

 p { color: rgb(187,165,43); }

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

background-color css

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

 a { background-color: rgb(187,165,43); }

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

border-color css

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

 span { border-color: rgb(187,165,43); }

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