Html Css Color HEX #9FB41D Bahia

📋 copy color: '#9FB41D'

red 159 ◦ green 180 ◦ blue 29

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

Shades of Bahia #9FB41D

Tints of Bahia #9FB41D

RGB

 RED value IS 159 (62.5% from 255) = 43.21%

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

 BLUE value IS 29 (11.72% from 255) = 7.88%

R = 43.21%
G = 48.91%
B = 7.88%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#9FB41D (or 0x9FB41D) is known color: Bahia. HEX triplet: 9F, B4 and 1D. RGB value is (159,180,29). Sum of RGB (Red+Green+Blue) = 159+180+29=368 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.21% from 368); Green value is 180 (70.70% from 255 or 48.91% from 368); Blue value is 29 (11.72% from 255 or 7.88% from 368); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB41D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB41D is #604BE2. Grayscale: #9D9D9D. Windows color (decimal): -6310883 or 1946783. OLE color: 1946783.

HSL color Cylindrical-coordinate representation of color #9FB41D: hue angle of 68.34º degrees, saturation: 0.72, 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 #9FB41D is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 159 180 29 -
CMYK 0.12 0 0.84 0.29
HSL 68.34º 0.72% 0.41% -
HSV(B) 68.34º 0.84% 0.71% -
XYZ 30.84 40.1 7.28 -
YUV 156.51 56.04 129.78 -
System Red Green Blue C M Y K H S L
Decimal 159 180 29 0.12 0 0.84 0.29 68.34 0.72 0.41
Hex 9F B4 1D C 0 54 1D 44 48 29
Octal 237 264 35 14 0 124 35 104 110 51
Binary 10011111 10110100 11101 1100 0 1010100 11101 1000100 1001000 101001

Color Harmonies of #9FB41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB41D

Black with #9FB41D

Text Example


Text Example

White with #9FB41D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,180,29); }

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

background-color css

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

 a { background-color: rgb(159,180,29); }

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

border-color css

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

 span { border-color: rgb(159,180,29); }

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