Html Css Color HEX #ABAE04 Citrus

📋 copy color: '#ABAE04'

red 171 ◦ green 174 ◦ blue 4

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

Shades of Citrus #ABAE04

Tints of Citrus #ABAE04

RGB

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

 GREEN value IS 174 (68.36% from 255) = 49.86%

 BLUE value IS 4 (1.95% from 255) = 1.15%

R = 49%
G = 49.86%
B = 1.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#ABAE04 (or 0xABAE04) is known color: Citrus. HEX triplet: AB, AE and 04. RGB value is (171,174,4). Sum of RGB (Red+Green+Blue) = 171+174+4=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 174 (68.36% from 255 or 49.86% from 349); Blue value is 4 (1.95% from 255 or 1.15% from 349); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAE04 is #5451FB. Grayscale: #9A9A9A. Windows color (decimal): -5526012 or 306859. OLE color: 306859.

HSL color Cylindrical-coordinate representation of color #ABAE04: hue angle of 61.06º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ABAE04 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 174 4 -
CMYK 0.02 0 0.98 0.32
HSL 61.06º 0.96% 0.35% -
HSV(B) 61.06º 0.98% 0.68% -
XYZ 31.95 38.94 5.95 -
YUV 153.72 43.51 140.32 -
System Red Green Blue C M Y K H S L
Decimal 171 174 4 0.02 0 0.98 0.32 61.06 0.96 0.35
Hex AB AE 4 2 0 62 20 3D 60 23
Octal 253 256 4 2 0 142 40 75 140 43
Binary 10101011 10101110 100 10 0 1100010 100000 111101 1100000 100011

Color Harmonies of #ABAE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE04

Black with #ABAE04

Text Example


Text Example

White with #ABAE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE04; }

 p { color: rgb(171,174,4); }

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

background-color css

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

 a { background-color: rgb(171,174,4); }

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

border-color css

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

 span { border-color: rgb(171,174,4); }

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