Html Css Color HEX #9DB41C Bahia

📋 copy color: '#9DB41C'

red 157 ◦ green 180 ◦ blue 28

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

Shades of Bahia #9DB41C

Tints of Bahia #9DB41C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 49.32%

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

R = 43.01%
G = 49.32%
B = 7.67%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#9DB41C (or 0x9DB41C) is known color: Bahia. HEX triplet: 9D, B4 and 1C. RGB value is (157,180,28). Sum of RGB (Red+Green+Blue) = 157+180+28=365 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.01% from 365); Green value is 180 (70.70% from 255 or 49.32% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB41C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB41C is #624BE3. Grayscale: #9C9C9C. Windows color (decimal): -6441956 or 1881245. OLE color: 1881245.

HSL color Cylindrical-coordinate representation of color #9DB41C: hue angle of 69.08º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9DB41C is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 157 180 28 -
CMYK 0.13 0 0.84 0.29
HSL 69.08º 0.73% 0.41% -
HSV(B) 69.08º 0.84% 0.71% -
XYZ 30.44 39.89 7.19 -
YUV 155.8 55.88 128.86 -
System Red Green Blue C M Y K H S L
Decimal 157 180 28 0.13 0 0.84 0.29 69.08 0.73 0.41
Hex 9D B4 1C D 0 54 1D 45 49 29
Octal 235 264 34 15 0 124 35 105 111 51
Binary 10011101 10110100 11100 1101 0 1010100 11101 1000101 1001001 101001

Color Harmonies of #9DB41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB41C

Black with #9DB41C

Text Example


Text Example

White with #9DB41C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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