Html Css Color HEX #ABAC0B Citrus

📋 copy color: '#ABAC0B'

red 171 ◦ green 172 ◦ blue 11

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

Shades of Citrus #ABAC0B

Tints of Citrus #ABAC0B

RGB

 RED value IS 171 (67.19% from 255) = 48.31%

 GREEN value IS 172 (67.58% from 255) = 48.59%

 BLUE value IS 11 (4.69% from 255) = 3.11%

R = 48.31%
G = 48.59%
B = 3.11%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#ABAC0B (or 0xABAC0B) is known color: Citrus. HEX triplet: AB, AC and 0B. RGB value is (171,172,11). Sum of RGB (Red+Green+Blue) = 171+172+11=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 172 (67.58% from 255 or 48.59% from 354); Blue value is 11 (4.69% from 255 or 3.11% from 354); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAC0B is #5453F4. Grayscale: #999999. Windows color (decimal): -5526517 or 765099. OLE color: 765099.

HSL color Cylindrical-coordinate representation of color #ABAC0B: hue angle of 60.37º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABAC0B is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 172 11 -
CMYK 0.01 0 0.94 0.33
HSL 60.37º 0.88% 0.36% -
HSV(B) 60.37º 0.94% 0.67% -
XYZ 31.61 38.19 6.02 -
YUV 153.35 47.67 140.59 -
System Red Green Blue C M Y K H S L
Decimal 171 172 11 0.01 0 0.94 0.33 60.37 0.88 0.36
Hex AB AC B 1 0 5E 21 3C 58 24
Octal 253 254 13 1 0 136 41 74 130 44
Binary 10101011 10101100 1011 1 0 1011110 100001 111100 1011000 100100

Color Harmonies of #ABAC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAC0B

Black with #ABAC0B

Text Example


Text Example

White with #ABAC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAC0B; }

 p { color: rgb(171,172,11); }

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

background-color css

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

 a { background-color: rgb(171,172,11); }

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

border-color css

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

 span { border-color: rgb(171,172,11); }

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