Html Css Color HEX #BBA82B Earls Green

📋 copy color: '#BBA82B'

red 187 ◦ green 168 ◦ blue 43

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

Shades of Earls Green #BBA82B

Tints of Earls Green #BBA82B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.21%

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

R = 46.98%
G = 42.21%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BBA82B (or 0xBBA82B) is known color: Earls Green. HEX triplet: BB, A8 and 2B. RGB value is (187,168,43). Sum of RGB (Red+Green+Blue) = 187+168+43=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 43 (17.19% from 255 or 10.80% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA82B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA82B is #4457D4. Grayscale: #9F9F9F. Windows color (decimal): -4478933 or 2861243. OLE color: 2861243.

HSL color Cylindrical-coordinate representation of color #BBA82B: hue angle of 52.08º 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 #BBA82B is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 168 43 -
CMYK 0 0.10 0.77 0.27
HSL 52.08º 0.63% 0.45% -
HSV(B) 52.08º 0.77% 0.73% -
XYZ 34.93 38.74 7.92 -
YUV 159.43 62.29 147.66 -
System Red Green Blue C M Y K H S L
Decimal 187 168 43 0 0.10 0.77 0.27 52.08 0.63 0.45
Hex BB A8 2B 0 A 4D 1B 34 3F 2D
Octal 273 250 53 0 12 115 33 64 77 55
Binary 10111011 10101000 101011 0 1010 1001101 11011 110100 111111 101101

Color Harmonies of #BBA82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA82B

Black with #BBA82B

Text Example


Text Example

White with #BBA82B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA82B; }

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

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

background-color css

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

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

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

border-color css

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

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

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