Html Css Color HEX #9BAF11 Citrus

📋 copy color: '#9BAF11'

red 155 ◦ green 175 ◦ blue 17

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

Shades of Citrus #9BAF11

Tints of Citrus #9BAF11

RGB

 RED value IS 155 (60.94% from 255) = 44.67%

 GREEN value IS 175 (68.75% from 255) = 50.43%

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

R = 44.67%
G = 50.43%
B = 4.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#9BAF11 (or 0x9BAF11) is known color: Citrus. HEX triplet: 9B, AF and 11. RGB value is (155,175,17). Sum of RGB (Red+Green+Blue) = 155+175+17=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 17 (7.03% from 255 or 4.90% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAF11 is #6450EE. Grayscale: #979797. Windows color (decimal): -6574319 or 1159067. OLE color: 1159067.

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

Color convert

RGB 155 175 17 -
CMYK 0.11 0 0.90 0.31
HSL 67.59º 0.82% 0.38% -
HSV(B) 67.59º 0.9% 0.69% -
XYZ 28.95 37.67 6.28 -
YUV 151.01 52.37 130.85 -
System Red Green Blue C M Y K H S L
Decimal 155 175 17 0.11 0 0.90 0.31 67.59 0.82 0.38
Hex 9B AF 11 B 0 5A 1F 44 52 26
Octal 233 257 21 13 0 132 37 104 122 46
Binary 10011011 10101111 10001 1011 0 1011010 11111 1000100 1010010 100110

Color Harmonies of #9BAF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAF11

Black with #9BAF11

Text Example


Text Example

White with #9BAF11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,175,17); }

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

background-color css

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

 a { background-color: rgb(155,175,17); }

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

border-color css

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

 span { border-color: rgb(155,175,17); }

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