Html Css Color HEX #9FBE21 Bahia

📋 copy color: '#9FBE21'

red 159 ◦ green 190 ◦ blue 33

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

Shades of Bahia #9FBE21

Tints of Bahia #9FBE21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.64%

R = 41.62%
G = 49.74%
B = 8.64%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#9FBE21 (or 0x9FBE21) is known color: Bahia. HEX triplet: 9F, BE and 21. RGB value is (159,190,33). Sum of RGB (Red+Green+Blue) = 159+190+33=382 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.62% from 382); Green value is 190 (74.61% from 255 or 49.74% from 382); Blue value is 33 (13.28% from 255 or 8.64% from 382); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBE21 is #6041DE. Grayscale: #A3A3A3. Windows color (decimal): -6308319 or 2211487. OLE color: 2211487.

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

Color convert

RGB 159 190 33 -
CMYK 0.16 0 0.83 0.25
HSL 71.85º 0.7% 0.44% -
HSV(B) 71.85º 0.83% 0.75% -
XYZ 32.99 44.31 8.25 -
YUV 162.83 54.73 125.27 -
System Red Green Blue C M Y K H S L
Decimal 159 190 33 0.16 0 0.83 0.25 71.85 0.7 0.44
Hex 9F BE 21 10 0 53 19 48 46 2C
Octal 237 276 41 20 0 123 31 110 106 54
Binary 10011111 10111110 100001 10000 0 1010011 11001 1001000 1000110 101100

Color Harmonies of #9FBE21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBE21

Black with #9FBE21

Text Example


Text Example

White with #9FBE21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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