Html Css Color HEX #BBB425 Earls Green

📋 copy color: '#BBB425'

red 187 ◦ green 180 ◦ blue 37

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

Shades of Earls Green #BBB425

Tints of Earls Green #BBB425

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.55%

 BLUE value IS 37 (14.84% from 255) = 9.16%

R = 46.29%
G = 44.55%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BBB425 (or 0xBBB425) is known color: Earls Green. HEX triplet: BB, B4 and 25. RGB value is (187,180,37). Sum of RGB (Red+Green+Blue) = 187+180+37=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 180 (70.70% from 255 or 44.55% from 404); Blue value is 37 (14.84% from 255 or 9.16% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB425 is #444BDA. Grayscale: #A6A6A6. Windows color (decimal): -4475867 or 2471099. OLE color: 2471099.

HSL color Cylindrical-coordinate representation of color #BBB425: hue angle of 57.2º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BBB425 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 180 37 -
CMYK 0 0.04 0.80 0.27
HSL 57.2º 0.67% 0.44% -
HSV(B) 57.2º 0.8% 0.73% -
XYZ 37.15 43.34 8.16 -
YUV 165.79 55.32 143.13 -
System Red Green Blue C M Y K H S L
Decimal 187 180 37 0 0.04 0.80 0.27 57.2 0.67 0.44
Hex BB B4 25 0 4 50 1B 39 43 2C
Octal 273 264 45 0 4 120 33 71 103 54
Binary 10111011 10110100 100101 0 100 1010000 11011 111001 1000011 101100

Color Harmonies of #BBB425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB425

Black with #BBB425

Text Example


Text Example

White with #BBB425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB425; }

 p { color: rgb(187,180,37); }

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

background-color css

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

 a { background-color: rgb(187,180,37); }

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

border-color css

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

 span { border-color: rgb(187,180,37); }

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