Html Css Color HEX #A8B602 Citrus

📋 copy color: '#A8B602'

red 168 ◦ green 182 ◦ blue 2

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

Shades of Citrus #A8B602

Tints of Citrus #A8B602

RGB

 RED value IS 168 (66.02% from 255) = 47.73%

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

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

R = 47.73%
G = 51.7%
B = 0.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#A8B602 (or 0xA8B602) is known color: Citrus. HEX triplet: A8, B6 and 02. RGB value is (168,182,2). Sum of RGB (Red+Green+Blue) = 168+182+2=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 182 (71.48% from 255 or 51.70% from 352); Blue value is 2 (1.17% from 255 or 0.57% from 352); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B602 is #5749FD. Grayscale: #9E9E9E. Windows color (decimal): -5720574 or 177832. OLE color: 177832.

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

Color convert

RGB 168 182 2 -
CMYK 0.08 0 0.99 0.29
HSL 64.67º 0.98% 0.36% -
HSV(B) 64.67º 0.99% 0.71% -
XYZ 32.89 41.79 6.39 -
YUV 157.29 40.36 135.64 -
System Red Green Blue C M Y K H S L
Decimal 168 182 2 0.08 0 0.99 0.29 64.67 0.98 0.36
Hex A8 B6 2 8 0 63 1D 41 62 24
Octal 250 266 2 10 0 143 35 101 142 44
Binary 10101000 10110110 10 1000 0 1100011 11101 1000001 1100010 100100

Color Harmonies of #A8B602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B602

Black with #A8B602

Text Example


Text Example

White with #A8B602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B602; }

 p { color: rgb(168,182,2); }

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

background-color css

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

 a { background-color: rgb(168,182,2); }

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

border-color css

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

 span { border-color: rgb(168,182,2); }

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