Html Css Color HEX #ABB407 Citrus

📋 copy color: '#ABB407'

red 171 ◦ green 180 ◦ blue 7

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

Shades of Citrus #ABB407

Tints of Citrus #ABB407

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.28%

 BLUE value IS 7 (3.13% from 255) = 1.96%

R = 47.77%
G = 50.28%
B = 1.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#ABB407 (or 0xABB407) is known color: Citrus. HEX triplet: AB, B4 and 07. RGB value is (171,180,7). Sum of RGB (Red+Green+Blue) = 171+180+7=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 180 (70.70% from 255 or 50.28% from 358); Blue value is 7 (3.12% from 255 or 1.96% from 358); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB407 is #544BF8. Grayscale: #9E9E9E. Windows color (decimal): -5524473 or 505003. OLE color: 505003.

HSL color Cylindrical-coordinate representation of color #ABB407: hue angle of 63.12º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ABB407 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 171 180 7 -
CMYK 0.05 0 0.96 0.29
HSL 63.12º 0.93% 0.37% -
HSV(B) 63.12º 0.96% 0.71% -
XYZ 33.15 41.32 6.43 -
YUV 157.59 43.02 137.57 -
System Red Green Blue C M Y K H S L
Decimal 171 180 7 0.05 0 0.96 0.29 63.12 0.93 0.37
Hex AB B4 7 5 0 60 1D 3F 5D 25
Octal 253 264 7 5 0 140 35 77 135 45
Binary 10101011 10110100 111 101 0 1100000 11101 111111 1011101 100101

Color Harmonies of #ABB407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB407

Black with #ABB407

Text Example


Text Example

White with #ABB407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB407; }

 p { color: rgb(171,180,7); }

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

background-color css

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

 a { background-color: rgb(171,180,7); }

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

border-color css

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

 span { border-color: rgb(171,180,7); }

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