Html Css Color HEX #9BA806 Citrus

📋 copy color: '#9BA806'

red 155 ◦ green 168 ◦ blue 6

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

Shades of Citrus #9BA806

Tints of Citrus #9BA806

RGB

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

 GREEN value IS 168 (66.02% from 255) = 51.06%

 BLUE value IS 6 (2.73% from 255) = 1.82%

R = 47.11%
G = 51.06%
B = 1.82%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.96

 K value IS 0.34

RGB Variations

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

Color information

#9BA806 (or 0x9BA806) is known color: Citrus. HEX triplet: 9B, A8 and 06. RGB value is (155,168,6). Sum of RGB (Red+Green+Blue) = 155+168+6=329 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.11% from 329); Green value is 168 (66.02% from 255 or 51.06% from 329); Blue value is 6 (2.73% from 255 or 1.82% from 329); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA806 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA806 is #6457F9. Grayscale: #929292. Windows color (decimal): -6576122 or 436379. OLE color: 436379.

HSL color Cylindrical-coordinate representation of color #9BA806: hue angle of 64.81º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9BA806 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB 155 168 6 -
CMYK 0.08 0 0.96 0.34
HSL 64.81º 0.93% 0.34% -
HSV(B) 64.81º 0.96% 0.66% -
XYZ 27.55 34.99 5.47 -
YUV 145.65 49.19 134.67 -
System Red Green Blue C M Y K H S L
Decimal 155 168 6 0.08 0 0.96 0.34 64.81 0.93 0.34
Hex 9B A8 6 8 0 60 22 41 5D 22
Octal 233 250 6 10 0 140 42 101 135 42
Binary 10011011 10101000 110 1000 0 1100000 100010 1000001 1011101 100010

Color Harmonies of #9BA806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA806

Black with #9BA806

Text Example


Text Example

White with #9BA806

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,168,6); }

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

background-color css

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

 a { background-color: rgb(155,168,6); }

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

border-color css

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

 span { border-color: rgb(155,168,6); }

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