Html Css Color HEX #9FB528 Bahia

📋 copy color: '#9FB528'

red 159 ◦ green 181 ◦ blue 40

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

Shades of Bahia #9FB528

Tints of Bahia #9FB528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.53%

R = 41.84%
G = 47.63%
B = 10.53%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#9FB528 (or 0x9FB528) is known color: Bahia. HEX triplet: 9F, B5 and 28. RGB value is (159,181,40). Sum of RGB (Red+Green+Blue) = 159+181+40=380 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.84% from 380); Green value is 181 (71.09% from 255 or 47.63% from 380); Blue value is 40 (16.02% from 255 or 10.53% from 380); Max value from RGB is 181 - color contains mainly: green. Hex color #9FB528 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB528 is #604AD7. Grayscale: #9E9E9E. Windows color (decimal): -6310616 or 2667935. OLE color: 2667935.

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

Color convert

RGB 159 181 40 -
CMYK 0.12 0 0.78 0.29
HSL 69.36º 0.64% 0.43% -
HSV(B) 69.36º 0.78% 0.71% -
XYZ 31.2 40.57 8.19 -
YUV 158.35 61.21 128.46 -
System Red Green Blue C M Y K H S L
Decimal 159 181 40 0.12 0 0.78 0.29 69.36 0.64 0.43
Hex 9F B5 28 C 0 4E 1D 45 40 2B
Octal 237 265 50 14 0 116 35 105 100 53
Binary 10011111 10110101 101000 1100 0 1001110 11101 1000101 1000000 101011

Color Harmonies of #9FB528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB528

Black with #9FB528

Text Example


Text Example

White with #9FB528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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