Html Css Color HEX #ABB702 Citrus

📋 copy color: '#ABB702'

red 171 ◦ green 183 ◦ blue 2

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

Shades of Citrus #ABB702

Tints of Citrus #ABB702

RGB

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

 GREEN value IS 183 (71.88% from 255) = 51.4%

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 48.03%
G = 51.4%
B = 0.56%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#ABB702 (or 0xABB702) is known color: Citrus. HEX triplet: AB, B7 and 02. RGB value is (171,183,2). Sum of RGB (Red+Green+Blue) = 171+183+2=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 183 (71.88% from 255 or 51.40% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB702 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB702 is #5448FD. Grayscale: #9F9F9F. Windows color (decimal): -5523710 or 178091. OLE color: 178091.

HSL color Cylindrical-coordinate representation of color #ABB702: hue angle of 63.98º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ABB702 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 183 2 -
CMYK 0.07 0 0.99 0.28
HSL 63.98º 0.98% 0.36% -
HSV(B) 63.98º 0.99% 0.72% -
XYZ 33.74 42.53 6.49 -
YUV 158.78 39.52 136.72 -
System Red Green Blue C M Y K H S L
Decimal 171 183 2 0.07 0 0.99 0.28 63.98 0.98 0.36
Hex AB B7 2 7 0 63 1C 40 62 24
Octal 253 267 2 7 0 143 34 100 142 44
Binary 10101011 10110111 10 111 0 1100011 11100 1000000 1100010 100100

Color Harmonies of #ABB702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB702

Black with #ABB702

Text Example


Text Example

White with #ABB702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB702; }

 p { color: rgb(171,183,2); }

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

background-color css

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

 a { background-color: rgb(171,183,2); }

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

border-color css

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

 span { border-color: rgb(171,183,2); }

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