Html Css Color HEX #9BA710 Citrus

📋 copy color: '#9BA710'

red 155 ◦ green 167 ◦ blue 16

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

Shades of Citrus #9BA710

Tints of Citrus #9BA710

RGB

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

 GREEN value IS 167 (65.63% from 255) = 49.41%

 BLUE value IS 16 (6.64% from 255) = 4.73%

R = 45.86%
G = 49.41%
B = 4.73%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#9BA710 (or 0x9BA710) is known color: Citrus. HEX triplet: 9B, A7 and 10. RGB value is (155,167,16). Sum of RGB (Red+Green+Blue) = 155+167+16=338 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.86% from 338); Green value is 167 (65.62% from 255 or 49.41% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 167 - color contains mainly: green. Hex color #9BA710 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA710 is #6458EF. Grayscale: #929292. Windows color (decimal): -6576368 or 1091483. OLE color: 1091483.

HSL color Cylindrical-coordinate representation of color #9BA710: hue angle of 64.77º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9BA710 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 155 167 16 -
CMYK 0.07 0 0.90 0.35
HSL 64.77º 0.83% 0.36% -
HSV(B) 64.77º 0.9% 0.65% -
XYZ 27.43 34.64 5.73 -
YUV 146.2 54.52 134.28 -
System Red Green Blue C M Y K H S L
Decimal 155 167 16 0.07 0 0.90 0.35 64.77 0.83 0.36
Hex 9B A7 10 7 0 5A 23 41 53 24
Octal 233 247 20 7 0 132 43 101 123 44
Binary 10011011 10100111 10000 111 0 1011010 100011 1000001 1010011 100100

Color Harmonies of #9BA710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA710

Black with #9BA710

Text Example


Text Example

White with #9BA710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,167,16); }

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

background-color css

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

 a { background-color: rgb(155,167,16); }

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

border-color css

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

 span { border-color: rgb(155,167,16); }

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