Html Css Color HEX #9FBE28 Bahia

📋 copy color: '#9FBE28'

red 159 ◦ green 190 ◦ blue 40

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

Shades of Bahia #9FBE28

Tints of Bahia #9FBE28

RGB

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

 GREEN value IS 190 (74.61% from 255) = 48.84%

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

R = 40.87%
G = 48.84%
B = 10.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#9FBE28 (or 0x9FBE28) is known color: Bahia. HEX triplet: 9F, BE and 28. RGB value is (159,190,40). Sum of RGB (Red+Green+Blue) = 159+190+40=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 190 (74.61% from 255 or 48.84% from 389); Blue value is 40 (16.02% from 255 or 10.28% from 389); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBE28 is #6041D7. Grayscale: #A4A4A4. Windows color (decimal): -6308312 or 2670239. OLE color: 2670239.

HSL color Cylindrical-coordinate representation of color #9FBE28: hue angle of 72.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9FBE28 is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 190 40 -
CMYK 0.16 0 0.79 0.25
HSL 72.4º 0.65% 0.45% -
HSV(B) 72.4º 0.79% 0.75% -
XYZ 33.09 44.35 8.82 -
YUV 163.63 58.23 124.7 -
System Red Green Blue C M Y K H S L
Decimal 159 190 40 0.16 0 0.79 0.25 72.4 0.65 0.45
Hex 9F BE 28 10 0 4F 19 48 41 2D
Octal 237 276 50 20 0 117 31 110 101 55
Binary 10011111 10111110 101000 10000 0 1001111 11001 1001000 1000001 101101

Color Harmonies of #9FBE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBE28

Black with #9FBE28

Text Example


Text Example

White with #9FBE28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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