Html Css Color HEX #9FB028 Bahia

📋 copy color: '#9FB028'

red 159 ◦ green 176 ◦ blue 40

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

Shades of Bahia #9FB028

Tints of Bahia #9FB028

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.93%

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

R = 42.4%
G = 46.93%
B = 10.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#9FB028 (or 0x9FB028) is known color: Bahia. HEX triplet: 9F, B0 and 28. RGB value is (159,176,40). Sum of RGB (Red+Green+Blue) = 159+176+40=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 176 (69.14% from 255 or 46.93% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FB028 is #604FD7. Grayscale: #9B9B9B. Windows color (decimal): -6311896 or 2666655. OLE color: 2666655.

HSL color Cylindrical-coordinate representation of color #9FB028: hue angle of 67.5º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9FB028 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 159 176 40 -
CMYK 0.10 0 0.77 0.31
HSL 67.5º 0.63% 0.42% -
HSV(B) 67.5º 0.77% 0.69% -
XYZ 30.21 38.57 7.86 -
YUV 155.41 62.87 130.56 -
System Red Green Blue C M Y K H S L
Decimal 159 176 40 0.10 0 0.77 0.31 67.5 0.63 0.42
Hex 9F B0 28 A 0 4D 1F 44 3F 2A
Octal 237 260 50 12 0 115 37 104 77 52
Binary 10011111 10110000 101000 1010 0 1001101 11111 1000100 111111 101010

Color Harmonies of #9FB028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB028

Black with #9FB028

Text Example


Text Example

White with #9FB028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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