Html Css Color HEX #9DB21F Bahia

📋 copy color: '#9DB21F'

red 157 ◦ green 178 ◦ blue 31

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

Shades of Bahia #9DB21F

Tints of Bahia #9DB21F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.47%

R = 42.9%
G = 48.63%
B = 8.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#9DB21F (or 0x9DB21F) is known color: Bahia. HEX triplet: 9D, B2 and 1F. RGB value is (157,178,31). Sum of RGB (Red+Green+Blue) = 157+178+31=366 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.90% from 366); Green value is 178 (69.92% from 255 or 48.63% from 366); Blue value is 31 (12.5% from 255 or 8.47% from 366); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB21F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DB21F is #624DE0. Grayscale: #9B9B9B. Windows color (decimal): -6442465 or 2077341. OLE color: 2077341.

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

Color convert

RGB 157 178 31 -
CMYK 0.12 0 0.83 0.30
HSL 68.57º 0.7% 0.41% -
HSV(B) 68.57º 0.83% 0.7% -
XYZ 30.07 39.11 7.26 -
YUV 154.96 58.04 129.45 -
System Red Green Blue C M Y K H S L
Decimal 157 178 31 0.12 0 0.83 0.30 68.57 0.7 0.41
Hex 9D B2 1F C 0 53 1E 45 46 29
Octal 235 262 37 14 0 123 36 105 106 51
Binary 10011101 10110010 11111 1100 0 1010011 11110 1000101 1000110 101001

Color Harmonies of #9DB21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB21F

Black with #9DB21F

Text Example


Text Example

White with #9DB21F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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