Html Css Color HEX #9DB21C Bahia

📋 copy color: '#9DB21C'

red 157 ◦ green 178 ◦ blue 28

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

Shades of Bahia #9DB21C

Tints of Bahia #9DB21C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 49.04%

 BLUE value IS 28 (11.33% from 255) = 7.71%

R = 43.25%
G = 49.04%
B = 7.71%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#9DB21C (or 0x9DB21C) is known color: Bahia. HEX triplet: 9D, B2 and 1C. RGB value is (157,178,28). Sum of RGB (Red+Green+Blue) = 157+178+28=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 178 (69.92% from 255 or 49.04% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB21C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DB21C is #624DE3. Grayscale: #9B9B9B. Windows color (decimal): -6442468 or 1880733. OLE color: 1880733.

HSL color Cylindrical-coordinate representation of color #9DB21C: hue angle of 68.4º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9DB21C is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 157 178 28 -
CMYK 0.12 0 0.84 0.30
HSL 68.4º 0.73% 0.4% -
HSV(B) 68.4º 0.84% 0.7% -
XYZ 30.03 39.09 7.06 -
YUV 154.62 56.54 129.7 -
System Red Green Blue C M Y K H S L
Decimal 157 178 28 0.12 0 0.84 0.30 68.4 0.73 0.4
Hex 9D B2 1C C 0 54 1E 44 49 28
Octal 235 262 34 14 0 124 36 104 111 50
Binary 10011101 10110010 11100 1100 0 1010100 11110 1000100 1001001 101000

Color Harmonies of #9DB21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB21C

Black with #9DB21C

Text Example


Text Example

White with #9DB21C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,178,28); }

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

background-color css

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

 a { background-color: rgb(157,178,28); }

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

border-color css

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

 span { border-color: rgb(157,178,28); }

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