Html Css Color HEX #9FB225 Bahia

📋 copy color: '#9FB225'

red 159 ◦ green 178 ◦ blue 37

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

Shades of Bahia #9FB225

Tints of Bahia #9FB225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.89%

R = 42.51%
G = 47.59%
B = 9.89%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#9FB225 (or 0x9FB225) is known color: Bahia. HEX triplet: 9F, B2 and 25. RGB value is (159,178,37). Sum of RGB (Red+Green+Blue) = 159+178+37=374 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.51% from 374); Green value is 178 (69.92% from 255 or 47.59% from 374); Blue value is 37 (14.84% from 255 or 9.89% from 374); Max value from RGB is 178 - color contains mainly: green. Hex color #9FB225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FB225 is #604DDA. Grayscale: #9C9C9C. Windows color (decimal): -6311387 or 2470559. OLE color: 2470559.

HSL color Cylindrical-coordinate representation of color #9FB225: hue angle of 68.09º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9FB225 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 159 178 37 -
CMYK 0.11 0 0.79 0.30
HSL 68.09º 0.66% 0.42% -
HSV(B) 68.09º 0.79% 0.7% -
XYZ 30.55 39.35 7.73 -
YUV 156.25 60.71 129.96 -
System Red Green Blue C M Y K H S L
Decimal 159 178 37 0.11 0 0.79 0.30 68.09 0.66 0.42
Hex 9F B2 25 B 0 4F 1E 44 42 2A
Octal 237 262 45 13 0 117 36 104 102 52
Binary 10011111 10110010 100101 1011 0 1001111 11110 1000100 1000010 101010

Color Harmonies of #9FB225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB225

Black with #9FB225

Text Example


Text Example

White with #9FB225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,178,37); }

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

background-color css

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

 a { background-color: rgb(159,178,37); }

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

border-color css

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

 span { border-color: rgb(159,178,37); }

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