Html Css Color HEX #9DAE21 Bahia

📋 copy color: '#9DAE21'

red 157 ◦ green 174 ◦ blue 33

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

Shades of Bahia #9DAE21

Tints of Bahia #9DAE21

RGB

 RED value IS 157 (61.72% from 255) = 43.13%

 GREEN value IS 174 (68.36% from 255) = 47.8%

 BLUE value IS 33 (13.28% from 255) = 9.07%

R = 43.13%
G = 47.8%
B = 9.07%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#9DAE21 (or 0x9DAE21) is known color: Bahia. HEX triplet: 9D, AE and 21. RGB value is (157,174,33). Sum of RGB (Red+Green+Blue) = 157+174+33=364 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.13% from 364); Green value is 174 (68.36% from 255 or 47.80% from 364); Blue value is 33 (13.28% from 255 or 9.07% from 364); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DAE21 is #6251DE. Grayscale: #999999. Windows color (decimal): -6443487 or 2207389. OLE color: 2207389.

HSL color Cylindrical-coordinate representation of color #9DAE21: hue angle of 67.23º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9DAE21 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.32.

Color convert

RGB 157 174 33 -
CMYK 0.10 0 0.81 0.32
HSL 67.23º 0.68% 0.41% -
HSV(B) 67.23º 0.81% 0.68% -
XYZ 29.32 37.55 7.14 -
YUV 152.84 60.37 130.96 -
System Red Green Blue C M Y K H S L
Decimal 157 174 33 0.10 0 0.81 0.32 67.23 0.68 0.41
Hex 9D AE 21 A 0 51 20 43 44 29
Octal 235 256 41 12 0 121 40 103 104 51
Binary 10011101 10101110 100001 1010 0 1010001 100000 1000011 1000100 101001

Color Harmonies of #9DAE21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAE21

Black with #9DAE21

Text Example


Text Example

White with #9DAE21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DAE21; }

 p { color: rgb(157,174,33); }

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

background-color css

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

 a { background-color: rgb(157,174,33); }

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

border-color css

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

 span { border-color: rgb(157,174,33); }

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