Html Css Color HEX #ACB202 Citrus

📋 copy color: '#ACB202'

red 172 ◦ green 178 ◦ blue 2

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

Shades of Citrus #ACB202

Tints of Citrus #ACB202

RGB

 RED value IS 172 (67.58% from 255) = 48.86%

 GREEN value IS 178 (69.92% from 255) = 50.57%

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

R = 48.86%
G = 50.57%
B = 0.57%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#ACB202 (or 0xACB202) is known color: Citrus. HEX triplet: AC, B2 and 02. RGB value is (172,178,2). Sum of RGB (Red+Green+Blue) = 172+178+2=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 178 (69.92% from 255 or 50.57% from 352); Blue value is 2 (1.17% from 255 or 0.57% from 352); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB202 is #534DFD. Grayscale: #9C9C9C. Windows color (decimal): -5459454 or 176812. OLE color: 176812.

HSL color Cylindrical-coordinate representation of color #ACB202: hue angle of 62.05º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ACB202 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 178 2 -
CMYK 0.03 0 0.99 0.30
HSL 62.05º 0.98% 0.35% -
HSV(B) 62.05º 0.99% 0.7% -
XYZ 32.94 40.62 6.16 -
YUV 156.14 41.01 139.31 -
System Red Green Blue C M Y K H S L
Decimal 172 178 2 0.03 0 0.99 0.30 62.05 0.98 0.35
Hex AC B2 2 3 0 63 1E 3E 62 23
Octal 254 262 2 3 0 143 36 76 142 43
Binary 10101100 10110010 10 11 0 1100011 11110 111110 1100010 100011

Color Harmonies of #ACB202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB202

Black with #ACB202

Text Example


Text Example

White with #ACB202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB202; }

 p { color: rgb(172,178,2); }

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

background-color css

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

 a { background-color: rgb(172,178,2); }

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

border-color css

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

 span { border-color: rgb(172,178,2); }

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