Html Css Color HEX #BBB419 Earls Green

📋 copy color: '#BBB419'

red 187 ◦ green 180 ◦ blue 25

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

Shades of Earls Green #BBB419

Tints of Earls Green #BBB419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.38%

R = 47.7%
G = 45.92%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BBB419 (or 0xBBB419) is known color: Earls Green. HEX triplet: BB, B4 and 19. RGB value is (187,180,25). Sum of RGB (Red+Green+Blue) = 187+180+25=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 180 (70.70% from 255 or 45.92% from 392); Blue value is 25 (10.16% from 255 or 6.38% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB419 is #444BE6. Grayscale: #A5A5A5. Windows color (decimal): -4475879 or 1684667. OLE color: 1684667.

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

Color convert

RGB 187 180 25 -
CMYK 0 0.04 0.87 0.27
HSL 57.41º 0.76% 0.42% -
HSV(B) 57.41º 0.87% 0.73% -
XYZ 36.99 43.28 7.32 -
YUV 164.42 49.32 144.1 -
System Red Green Blue C M Y K H S L
Decimal 187 180 25 0 0.04 0.87 0.27 57.41 0.76 0.42
Hex BB B4 19 0 4 57 1B 39 4C 2A
Octal 273 264 31 0 4 127 33 71 114 52
Binary 10111011 10110100 11001 0 100 1010111 11011 111001 1001100 101010

Color Harmonies of #BBB419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB419

Black with #BBB419

Text Example


Text Example

White with #BBB419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB419; }

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

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

background-color css

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

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

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

border-color css

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

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

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