Html Css Color HEX #21BA77 Mountain Meadow

📋 copy color: '#21BA77'

red 33 ◦ green 186 ◦ blue 119

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

Shades of Mountain Meadow #21BA77

Tints of Mountain Meadow #21BA77

RGB

 RED value IS 33 (13.28% from 255) = 9.76%

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

 BLUE value IS 119 (46.88% from 255) = 35.21%

R = 9.76%
G = 55.03%
B = 35.21%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#21BA77 (or 0x21BA77) is known color: Mountain Meadow. HEX triplet: 21, BA and 77. RGB value is (33,186,119). Sum of RGB (Red+Green+Blue) = 33+186+119=338 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.76% from 338); Green value is 186 (73.05% from 255 or 55.03% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BA77 is #DE4588. Grayscale: #848484. Windows color (decimal): -14566793 or 7846433. OLE color: 7846433.

HSL color Cylindrical-coordinate representation of color #21BA77: hue angle of 153.73º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21BA77 is Cyan = 0.82, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 33 186 119 -
CMYK 0.82 0 0.36 0.27
HSL 153.73º 0.7% 0.43% -
HSV(B) 153.73º 0.82% 0.73% -
XYZ 21.52 36.77 23.42 -
YUV 132.62 120.31 56.95 -
System Red Green Blue C M Y K H S L
Decimal 33 186 119 0.82 0 0.36 0.27 153.73 0.7 0.43
Hex 21 BA 77 52 0 24 1B 9A 46 2B
Octal 41 272 167 122 0 44 33 232 106 53
Binary 100001 10111010 1110111 1010010 0 100100 11011 10011010 1000110 101011

Color Harmonies of #21BA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BA77

Black with #21BA77

Text Example


Text Example

White with #21BA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21BA77; }

 p { color: rgb(33,186,119); }

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

background-color css

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

 a { background-color: rgb(33,186,119); }

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

border-color css

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

 span { border-color: rgb(33,186,119); }

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