Html Css Color HEX #BBB830 Earls Green

📋 copy color: '#BBB830'

red 187 ◦ green 184 ◦ blue 48

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

Shades of Earls Green #BBB830

Tints of Earls Green #BBB830

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.91%

 BLUE value IS 48 (19.14% from 255) = 11.46%

R = 44.63%
G = 43.91%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BBB830 (or 0xBBB830) is known color: Earls Green. HEX triplet: BB, B8 and 30. RGB value is (187,184,48). Sum of RGB (Red+Green+Blue) = 187+184+48=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 184 (72.27% from 255 or 43.91% from 419); Blue value is 48 (19.14% from 255 or 11.46% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB830 is #4447CF. Grayscale: #A9A9A9. Windows color (decimal): -4474832 or 3193019. OLE color: 3193019.

HSL color Cylindrical-coordinate representation of color #BBB830: hue angle of 58.71º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BBB830 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 184 48 -
CMYK 0 0.02 0.74 0.27
HSL 58.71º 0.59% 0.46% -
HSV(B) 58.71º 0.74% 0.73% -
XYZ 38.17 45.06 9.48 -
YUV 169.39 59.49 140.56 -
System Red Green Blue C M Y K H S L
Decimal 187 184 48 0 0.02 0.74 0.27 58.71 0.59 0.46
Hex BB B8 30 0 2 4A 1B 3B 3B 2E
Octal 273 270 60 0 2 112 33 73 73 56
Binary 10111011 10111000 110000 0 10 1001010 11011 111011 111011 101110

Color Harmonies of #BBB830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB830

Black with #BBB830

Text Example


Text Example

White with #BBB830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB830; }

 p { color: rgb(187,184,48); }

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

background-color css

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

 a { background-color: rgb(187,184,48); }

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

border-color css

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

 span { border-color: rgb(187,184,48); }

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