Html Css Color HEX #ABB607 Citrus

📋 copy color: '#ABB607'

red 171 ◦ green 182 ◦ blue 7

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

Shades of Citrus #ABB607

Tints of Citrus #ABB607

RGB

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

 GREEN value IS 182 (71.48% from 255) = 50.56%

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

R = 47.5%
G = 50.56%
B = 1.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#ABB607 (or 0xABB607) is known color: Citrus. HEX triplet: AB, B6 and 07. RGB value is (171,182,7). Sum of RGB (Red+Green+Blue) = 171+182+7=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 182 (71.48% from 255 or 50.56% from 360); Blue value is 7 (3.12% from 255 or 1.94% from 360); Max value from RGB is 182 - color contains mainly: green. Hex color #ABB607 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB607 is #5449F8. Grayscale: #9F9F9F. Windows color (decimal): -5523961 or 505515. OLE color: 505515.

HSL color Cylindrical-coordinate representation of color #ABB607: hue angle of 63.77º 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 #ABB607 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 171 182 7 -
CMYK 0.06 0 0.96 0.29
HSL 63.77º 0.93% 0.37% -
HSV(B) 63.77º 0.96% 0.71% -
XYZ 33.56 42.13 6.56 -
YUV 158.76 42.36 136.73 -
System Red Green Blue C M Y K H S L
Decimal 171 182 7 0.06 0 0.96 0.29 63.77 0.93 0.37
Hex AB B6 7 6 0 60 1D 40 5D 25
Octal 253 266 7 6 0 140 35 100 135 45
Binary 10101011 10110110 111 110 0 1100000 11101 1000000 1011101 100101

Color Harmonies of #ABB607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB607

Black with #ABB607

Text Example


Text Example

White with #ABB607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB607; }

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

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

background-color css

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

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

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

border-color css

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

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

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