Html Css Color HEX #9FB211 Citrus

📋 copy color: '#9FB211'

red 159 ◦ green 178 ◦ blue 17

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

Shades of Citrus #9FB211

Tints of Citrus #9FB211

RGB

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

 GREEN value IS 178 (69.92% from 255) = 50.28%

 BLUE value IS 17 (7.03% from 255) = 4.8%

R = 44.92%
G = 50.28%
B = 4.8%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#9FB211 (or 0x9FB211) is known color: Citrus. HEX triplet: 9F, B2 and 11. RGB value is (159,178,17). Sum of RGB (Red+Green+Blue) = 159+178+17=354 (46% of max value = 765). Red value is 159 (62.5% from 255 or 44.92% from 354); Green value is 178 (69.92% from 255 or 50.28% from 354); Blue value is 17 (7.03% from 255 or 4.80% from 354); Max value from RGB is 178 - color contains mainly: green. Hex color #9FB211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FB211 is #604DEE. Grayscale: #9A9A9A. Windows color (decimal): -6311407 or 1159839. OLE color: 1159839.

HSL color Cylindrical-coordinate representation of color #9FB211: hue angle of 67.08º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9FB211 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 159 178 17 -
CMYK 0.11 0 0.90 0.30
HSL 67.08º 0.83% 0.38% -
HSV(B) 67.08º 0.9% 0.7% -
XYZ 30.32 39.25 6.51 -
YUV 153.97 50.71 131.59 -
System Red Green Blue C M Y K H S L
Decimal 159 178 17 0.11 0 0.90 0.30 67.08 0.83 0.38
Hex 9F B2 11 B 0 5A 1E 43 53 26
Octal 237 262 21 13 0 132 36 103 123 46
Binary 10011111 10110010 10001 1011 0 1011010 11110 1000011 1010011 100110

Color Harmonies of #9FB211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB211

Black with #9FB211

Text Example


Text Example

White with #9FB211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,178,17); }

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

background-color css

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

 a { background-color: rgb(159,178,17); }

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

border-color css

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

 span { border-color: rgb(159,178,17); }

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