Html Css Color HEX #33BA84 Jungle Green

📋 copy color: '#33BA84'

red 51 ◦ green 186 ◦ blue 132

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

Shades of Jungle Green #33BA84

Tints of Jungle Green #33BA84

RGB

 RED value IS 51 (20.31% from 255) = 13.82%

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

 BLUE value IS 132 (51.95% from 255) = 35.77%

R = 13.82%
G = 50.41%
B = 35.77%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#33BA84 (or 0x33BA84) is known color: Jungle Green. HEX triplet: 33, BA and 84. RGB value is (51,186,132). Sum of RGB (Red+Green+Blue) = 51+186+132=369 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.82% from 369); Green value is 186 (73.05% from 255 or 50.41% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 186 - color contains mainly: green. Hex color #33BA84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BA84 is #CC457B. Grayscale: #8B8B8B. Windows color (decimal): -13387132 or 8698419. OLE color: 8698419.

HSL color Cylindrical-coordinate representation of color #33BA84: hue angle of 156º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BA84 is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 186 132 -
CMYK 0.73 0 0.29 0.27
HSL 156º 0.57% 0.46% -
HSV(B) 156º 0.73% 0.73% -
XYZ 23.09 37.49 27.85 -
YUV 139.48 123.77 64.89 -
System Red Green Blue C M Y K H S L
Decimal 51 186 132 0.73 0 0.29 0.27 156 0.57 0.46
Hex 33 BA 84 49 0 1D 1B 9C 39 2E
Octal 63 272 204 111 0 35 33 234 71 56
Binary 110011 10111010 10000100 1001001 0 11101 11011 10011100 111001 101110

Color Harmonies of #33BA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BA84

Black with #33BA84

Text Example


Text Example

White with #33BA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33BA84; }

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

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

background-color css

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

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

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

border-color css

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

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

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