Html Css Color HEX #9FBE1E Bahia

📋 copy color: '#9FBE1E'

red 159 ◦ green 190 ◦ blue 30

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

Shades of Bahia #9FBE1E

Tints of Bahia #9FBE1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.92%

R = 41.95%
G = 50.13%
B = 7.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#9FBE1E (or 0x9FBE1E) is known color: Bahia. HEX triplet: 9F, BE and 1E. RGB value is (159,190,30). Sum of RGB (Red+Green+Blue) = 159+190+30=379 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.95% from 379); Green value is 190 (74.61% from 255 or 50.13% from 379); Blue value is 30 (12.11% from 255 or 7.92% from 379); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBE1E is #6041E1. Grayscale: #A3A3A3. Windows color (decimal): -6308322 or 2014879. OLE color: 2014879.

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

Color convert

RGB 159 190 30 -
CMYK 0.16 0 0.84 0.25
HSL 71.63º 0.73% 0.43% -
HSV(B) 71.63º 0.84% 0.75% -
XYZ 32.95 44.29 8.04 -
YUV 162.49 53.23 125.51 -
System Red Green Blue C M Y K H S L
Decimal 159 190 30 0.16 0 0.84 0.25 71.63 0.73 0.43
Hex 9F BE 1E 10 0 54 19 48 49 2B
Octal 237 276 36 20 0 124 31 110 111 53
Binary 10011111 10111110 11110 10000 0 1010100 11001 1001000 1001001 101011

Color Harmonies of #9FBE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBE1E

Black with #9FBE1E

Text Example


Text Example

White with #9FBE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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