Html Css Color HEX #BBB42B Earls Green

📋 copy color: '#BBB42B'

red 187 ◦ green 180 ◦ blue 43

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

Shades of Earls Green #BBB42B

Tints of Earls Green #BBB42B

RGB

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

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

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

R = 45.61%
G = 43.9%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BBB42B (or 0xBBB42B) is known color: Earls Green. HEX triplet: BB, B4 and 2B. RGB value is (187,180,43). Sum of RGB (Red+Green+Blue) = 187+180+43=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 180 (70.70% from 255 or 43.90% from 410); Blue value is 43 (17.19% from 255 or 10.49% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB42B is #444BD4. Grayscale: #A7A7A7. Windows color (decimal): -4475861 or 2864315. OLE color: 2864315.

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

Color convert

RGB 187 180 43 -
CMYK 0 0.04 0.77 0.27
HSL 57.08º 0.63% 0.45% -
HSV(B) 57.08º 0.77% 0.73% -
XYZ 37.25 43.38 8.7 -
YUV 166.48 58.32 142.64 -
System Red Green Blue C M Y K H S L
Decimal 187 180 43 0 0.04 0.77 0.27 57.08 0.63 0.45
Hex BB B4 2B 0 4 4D 1B 39 3F 2D
Octal 273 264 53 0 4 115 33 71 77 55
Binary 10111011 10110100 101011 0 100 1001101 11011 111001 111111 101101

Color Harmonies of #BBB42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB42B

Black with #BBB42B

Text Example


Text Example

White with #BBB42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB42B; }

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

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

background-color css

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

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

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

border-color css

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

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

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