Html Css Color HEX #9FB533 Bahia

📋 copy color: '#9FB533'

red 159 ◦ green 181 ◦ blue 51

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

Shades of Bahia #9FB533

Tints of Bahia #9FB533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.04%

R = 40.66%
G = 46.29%
B = 13.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#9FB533 (or 0x9FB533) is known color: Bahia. HEX triplet: 9F, B5 and 33. RGB value is (159,181,51). Sum of RGB (Red+Green+Blue) = 159+181+51=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 181 (71.09% from 255 or 46.29% from 391); Blue value is 51 (20.31% from 255 or 13.04% from 391); Max value from RGB is 181 - color contains mainly: green. Hex color #9FB533 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB533 is #604ACC. Grayscale: #A0A0A0. Windows color (decimal): -6310605 or 3388831. OLE color: 3388831.

HSL color Cylindrical-coordinate representation of color #9FB533: hue angle of 70.15º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9FB533 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 159 181 51 -
CMYK 0.12 0 0.72 0.29
HSL 70.15º 0.56% 0.45% -
HSV(B) 70.15º 0.72% 0.71% -
XYZ 31.42 40.66 9.32 -
YUV 159.6 66.71 127.57 -
System Red Green Blue C M Y K H S L
Decimal 159 181 51 0.12 0 0.72 0.29 70.15 0.56 0.45
Hex 9F B5 33 C 0 48 1D 46 38 2D
Octal 237 265 63 14 0 110 35 106 70 55
Binary 10011111 10110101 110011 1100 0 1001000 11101 1000110 111000 101101

Color Harmonies of #9FB533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB533

Black with #9FB533

Text Example


Text Example

White with #9FB533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,181,51); }

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

background-color css

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

 a { background-color: rgb(159,181,51); }

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

border-color css

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

 span { border-color: rgb(159,181,51); }

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