Html Css Color HEX #9DB51C Bahia

📋 copy color: '#9DB51C'

red 157 ◦ green 181 ◦ blue 28

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

Shades of Bahia #9DB51C

Tints of Bahia #9DB51C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 49.45%

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

R = 42.9%
G = 49.45%
B = 7.65%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#9DB51C (or 0x9DB51C) is known color: Bahia. HEX triplet: 9D, B5 and 1C. RGB value is (157,181,28). Sum of RGB (Red+Green+Blue) = 157+181+28=366 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.90% from 366); Green value is 181 (71.09% from 255 or 49.45% from 366); Blue value is 28 (11.33% from 255 or 7.65% from 366); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB51C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB51C is #624AE3. Grayscale: #9C9C9C. Windows color (decimal): -6441700 or 1881501. OLE color: 1881501.

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

Color convert

RGB 157 181 28 -
CMYK 0.13 0 0.85 0.29
HSL 69.41º 0.73% 0.41% -
HSV(B) 69.41º 0.85% 0.71% -
XYZ 30.64 40.3 7.26 -
YUV 156.38 55.55 128.44 -
System Red Green Blue C M Y K H S L
Decimal 157 181 28 0.13 0 0.85 0.29 69.41 0.73 0.41
Hex 9D B5 1C D 0 55 1D 45 49 29
Octal 235 265 34 15 0 125 35 105 111 51
Binary 10011101 10110101 11100 1101 0 1010101 11101 1000101 1001001 101001

Color Harmonies of #9DB51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB51C

Black with #9DB51C

Text Example


Text Example

White with #9DB51C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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