Html Css Color HEX #9BAB0A Citrus

📋 copy color: '#9BAB0A'

red 155 ◦ green 171 ◦ blue 10

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

Shades of Citrus #9BAB0A

Tints of Citrus #9BAB0A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 50.89%

 BLUE value IS 10 (4.3% from 255) = 2.98%

R = 46.13%
G = 50.89%
B = 2.98%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#9BAB0A (or 0x9BAB0A) is known color: Citrus. HEX triplet: 9B, AB and 0A. RGB value is (155,171,10). Sum of RGB (Red+Green+Blue) = 155+171+10=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 171 (67.19% from 255 or 50.89% from 336); Blue value is 10 (4.30% from 255 or 2.98% from 336); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAB0A is #6454F5. Grayscale: #949494. Windows color (decimal): -6575350 or 699291. OLE color: 699291.

HSL color Cylindrical-coordinate representation of color #9BAB0A: hue angle of 65.96º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9BAB0A is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 171 10 -
CMYK 0.09 0 0.94 0.33
HSL 65.96º 0.89% 0.35% -
HSV(B) 65.96º 0.94% 0.67% -
XYZ 28.14 36.12 5.78 -
YUV 147.86 50.2 133.09 -
System Red Green Blue C M Y K H S L
Decimal 155 171 10 0.09 0 0.94 0.33 65.96 0.89 0.35
Hex 9B AB A 9 0 5E 21 42 59 23
Octal 233 253 12 11 0 136 41 102 131 43
Binary 10011011 10101011 1010 1001 0 1011110 100001 1000010 1011001 100011

Color Harmonies of #9BAB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAB0A

Black with #9BAB0A

Text Example


Text Example

White with #9BAB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,171,10); }

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

background-color css

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

 a { background-color: rgb(155,171,10); }

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

border-color css

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

 span { border-color: rgb(155,171,10); }

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