Html Css Color HEX #9AB213 Citrus

📋 copy color: '#9AB213'

red 154 ◦ green 178 ◦ blue 19

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

Shades of Citrus #9AB213

Tints of Citrus #9AB213

RGB

 RED value IS 154 (60.55% from 255) = 43.87%

 GREEN value IS 178 (69.92% from 255) = 50.71%

 BLUE value IS 19 (7.81% from 255) = 5.41%

R = 43.87%
G = 50.71%
B = 5.41%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#9AB213 (or 0x9AB213) is known color: Citrus. HEX triplet: 9A, B2 and 13. RGB value is (154,178,19). Sum of RGB (Red+Green+Blue) = 154+178+19=351 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.87% from 351); Green value is 178 (69.92% from 255 or 50.71% from 351); Blue value is 19 (7.81% from 255 or 5.41% from 351); Max value from RGB is 178 - color contains mainly: green. Hex color #9AB213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AB213 is #654DEC. Grayscale: #999999. Windows color (decimal): -6639085 or 1290906. OLE color: 1290906.

HSL color Cylindrical-coordinate representation of color #9AB213: hue angle of 69.06º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9AB213 is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 154 178 19 -
CMYK 0.13 0 0.89 0.30
HSL 69.06º 0.81% 0.39% -
HSV(B) 69.06º 0.89% 0.7% -
XYZ 29.36 38.76 6.55 -
YUV 152.7 52.55 128.93 -
System Red Green Blue C M Y K H S L
Decimal 154 178 19 0.13 0 0.89 0.30 69.06 0.81 0.39
Hex 9A B2 13 D 0 59 1E 45 51 27
Octal 232 262 23 15 0 131 36 105 121 47
Binary 10011010 10110010 10011 1101 0 1011001 11110 1000101 1010001 100111

Color Harmonies of #9AB213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB213

Black with #9AB213

Text Example


Text Example

White with #9AB213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,178,19); }

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

background-color css

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

 a { background-color: rgb(154,178,19); }

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

border-color css

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

 span { border-color: rgb(154,178,19); }

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