Html Css Color HEX #84BA23 Lima

📋 copy color: '#84BA23'

red 132 ◦ green 186 ◦ blue 35

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

Shades of Lima #84BA23

Tints of Lima #84BA23

RGB

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

 GREEN value IS 186 (73.05% from 255) = 52.69%

 BLUE value IS 35 (14.06% from 255) = 9.92%

R = 37.39%
G = 52.69%
B = 9.92%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#84BA23 (or 0x84BA23) is known color: Lima. HEX triplet: 84, BA and 23. RGB value is (132,186,35). Sum of RGB (Red+Green+Blue) = 132+186+35=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 186 (73.05% from 255 or 52.69% from 353); Blue value is 35 (14.06% from 255 or 9.92% from 353); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BA23 is #7B45DC. Grayscale: #999999. Windows color (decimal): -8078813 or 2341508. OLE color: 2341508.

HSL color Cylindrical-coordinate representation of color #84BA23: hue angle of 81.46º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #84BA23 is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 186 35 -
CMYK 0.29 0 0.81 0.27
HSL 81.46º 0.68% 0.43% -
HSV(B) 81.46º 0.81% 0.73% -
XYZ 27.38 40.14 7.9 -
YUV 152.64 61.61 113.28 -
System Red Green Blue C M Y K H S L
Decimal 132 186 35 0.29 0 0.81 0.27 81.46 0.68 0.43
Hex 84 BA 23 1D 0 51 1B 51 44 2B
Octal 204 272 43 35 0 121 33 121 104 53
Binary 10000100 10111010 100011 11101 0 1010001 11011 1010001 1000100 101011

Color Harmonies of #84BA23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BA23

Black with #84BA23

Text Example


Text Example

White with #84BA23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,186,35); }

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

background-color css

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

 a { background-color: rgb(132,186,35); }

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

border-color css

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

 span { border-color: rgb(132,186,35); }

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