Html Css Color HEX #9FB81D Bahia

📋 copy color: '#9FB81D'

red 159 ◦ green 184 ◦ blue 29

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

Shades of Bahia #9FB81D

Tints of Bahia #9FB81D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 49.46%

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

R = 42.74%
G = 49.46%
B = 7.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#9FB81D (or 0x9FB81D) is known color: Bahia. HEX triplet: 9F, B8 and 1D. RGB value is (159,184,29). Sum of RGB (Red+Green+Blue) = 159+184+29=372 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.74% from 372); Green value is 184 (72.27% from 255 or 49.46% from 372); Blue value is 29 (11.72% from 255 or 7.80% from 372); Max value from RGB is 184 - color contains mainly: green. Hex color #9FB81D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB81D is #6047E2. Grayscale: #9F9F9F. Windows color (decimal): -6309859 or 1947807. OLE color: 1947807.

HSL color Cylindrical-coordinate representation of color #9FB81D: hue angle of 69.68º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9FB81D is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 159 184 29 -
CMYK 0.14 0 0.84 0.28
HSL 69.68º 0.73% 0.42% -
HSV(B) 69.68º 0.84% 0.72% -
XYZ 31.66 41.74 7.55 -
YUV 158.86 54.72 128.1 -
System Red Green Blue C M Y K H S L
Decimal 159 184 29 0.14 0 0.84 0.28 69.68 0.73 0.42
Hex 9F B8 1D E 0 54 1C 46 49 2A
Octal 237 270 35 16 0 124 34 106 111 52
Binary 10011111 10111000 11101 1110 0 1010100 11100 1000110 1001001 101010

Color Harmonies of #9FB81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB81D

Black with #9FB81D

Text Example


Text Example

White with #9FB81D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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