Html Css Color HEX #84B008 Lima

📋 copy color: '#84B008'

red 132 ◦ green 176 ◦ blue 8

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

Shades of Lima #84B008

Tints of Lima #84B008

RGB

 RED value IS 132 (51.95% from 255) = 41.77%

 GREEN value IS 176 (69.14% from 255) = 55.7%

 BLUE value IS 8 (3.52% from 255) = 2.53%

R = 41.77%
G = 55.7%
B = 2.53%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#84B008 (or 0x84B008) is known color: Lima. HEX triplet: 84, B0 and 08. RGB value is (132,176,8). Sum of RGB (Red+Green+Blue) = 132+176+8=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 176 (69.14% from 255 or 55.70% from 316); Blue value is 8 (3.52% from 255 or 2.53% from 316); Max value from RGB is 176 - color contains mainly: green. Hex color #84B008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84B008 is #7B4FF7. Grayscale: #909090. Windows color (decimal): -8081400 or 569476. OLE color: 569476.

HSL color Cylindrical-coordinate representation of color #84B008: hue angle of 75.71º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #84B008 is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 132 176 8 -
CMYK 0.25 0 0.95 0.31
HSL 75.71º 0.91% 0.36% -
HSV(B) 75.71º 0.95% 0.69% -
XYZ 25.08 35.97 5.85 -
YUV 143.69 51.42 119.66 -
System Red Green Blue C M Y K H S L
Decimal 132 176 8 0.25 0 0.95 0.31 75.71 0.91 0.36
Hex 84 B0 8 19 0 5F 1F 4C 5B 24
Octal 204 260 10 31 0 137 37 114 133 44
Binary 10000100 10110000 1000 11001 0 1011111 11111 1001100 1011011 100100

Color Harmonies of #84B008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B008

Black with #84B008

Text Example


Text Example

White with #84B008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84B008; }

 p { color: rgb(132,176,8); }

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

background-color css

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

 a { background-color: rgb(132,176,8); }

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

border-color css

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

 span { border-color: rgb(132,176,8); }

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