Html Css Color HEX #9BA606 Citrus

📋 copy color: '#9BA606'

red 155 ◦ green 166 ◦ blue 6

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

Shades of Citrus #9BA606

Tints of Citrus #9BA606

RGB

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

 GREEN value IS 166 (65.23% from 255) = 50.76%

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

R = 47.4%
G = 50.76%
B = 1.83%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#9BA606 (or 0x9BA606) is known color: Citrus. HEX triplet: 9B, A6 and 06. RGB value is (155,166,6). Sum of RGB (Red+Green+Blue) = 155+166+6=327 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.40% from 327); Green value is 166 (65.23% from 255 or 50.76% from 327); Blue value is 6 (2.73% from 255 or 1.83% from 327); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA606 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA606 is #6459F9. Grayscale: #919191. Windows color (decimal): -6576634 or 435867. OLE color: 435867.

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

Color convert

RGB 155 166 6 -
CMYK 0.07 0 0.96 0.35
HSL 64.13º 0.93% 0.34% -
HSV(B) 64.13º 0.96% 0.65% -
XYZ 27.19 34.25 5.35 -
YUV 144.47 49.86 135.51 -
System Red Green Blue C M Y K H S L
Decimal 155 166 6 0.07 0 0.96 0.35 64.13 0.93 0.34
Hex 9B A6 6 7 0 60 23 40 5D 22
Octal 233 246 6 7 0 140 43 100 135 42
Binary 10011011 10100110 110 111 0 1100000 100011 1000000 1011101 100010

Color Harmonies of #9BA606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA606

Black with #9BA606

Text Example


Text Example

White with #9BA606

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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