Html Css Color HEX #9AB01B Citrus

📋 copy color: '#9AB01B'

red 154 ◦ green 176 ◦ blue 27

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

Shades of Citrus #9AB01B

Tints of Citrus #9AB01B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 49.3%

 BLUE value IS 27 (10.94% from 255) = 7.56%

R = 43.14%
G = 49.3%
B = 7.56%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#9AB01B (or 0x9AB01B) is known color: Citrus. HEX triplet: 9A, B0 and 1B. RGB value is (154,176,27). Sum of RGB (Red+Green+Blue) = 154+176+27=357 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.14% from 357); Green value is 176 (69.14% from 255 or 49.30% from 357); Blue value is 27 (10.94% from 255 or 7.56% from 357); Max value from RGB is 176 - color contains mainly: green. Hex color #9AB01B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AB01B is #654FE4. Grayscale: #999999. Windows color (decimal): -6639589 or 1814682. OLE color: 1814682.

HSL color Cylindrical-coordinate representation of color #9AB01B: hue angle of 68.86º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9AB01B is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 154 176 27 -
CMYK 0.12 0 0.85 0.31
HSL 68.86º 0.73% 0.4% -
HSV(B) 68.86º 0.85% 0.69% -
XYZ 29.05 38 6.84 -
YUV 152.44 57.21 129.12 -
System Red Green Blue C M Y K H S L
Decimal 154 176 27 0.12 0 0.85 0.31 68.86 0.73 0.4
Hex 9A B0 1B C 0 55 1F 45 49 28
Octal 232 260 33 14 0 125 37 105 111 50
Binary 10011010 10110000 11011 1100 0 1010101 11111 1000101 1001001 101000

Color Harmonies of #9AB01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB01B

Black with #9AB01B

Text Example


Text Example

White with #9AB01B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,176,27); }

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

background-color css

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

 a { background-color: rgb(154,176,27); }

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

border-color css

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

 span { border-color: rgb(154,176,27); }

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