Html Css Color HEX #ACB302 Citrus

📋 copy color: '#ACB302'

red 172 ◦ green 179 ◦ blue 2

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

Shades of Citrus #ACB302

Tints of Citrus #ACB302

RGB

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

 GREEN value IS 179 (70.31% from 255) = 50.71%

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

R = 48.73%
G = 50.71%
B = 0.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#ACB302 (or 0xACB302) is known color: Citrus. HEX triplet: AC, B3 and 02. RGB value is (172,179,2). Sum of RGB (Red+Green+Blue) = 172+179+2=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 179 (70.31% from 255 or 50.71% from 353); Blue value is 2 (1.17% from 255 or 0.57% from 353); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB302 is #534CFD. Grayscale: #9D9D9D. Windows color (decimal): -5459198 or 177068. OLE color: 177068.

HSL color Cylindrical-coordinate representation of color #ACB302: hue angle of 62.37º 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 #ACB302 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 179 2 -
CMYK 0.04 0 0.99 0.30
HSL 62.37º 0.98% 0.35% -
HSV(B) 62.37º 0.99% 0.7% -
XYZ 33.14 41.02 6.23 -
YUV 156.73 40.68 138.89 -
System Red Green Blue C M Y K H S L
Decimal 172 179 2 0.04 0 0.99 0.30 62.37 0.98 0.35
Hex AC B3 2 4 0 63 1E 3E 62 23
Octal 254 263 2 4 0 143 36 76 142 43
Binary 10101100 10110011 10 100 0 1100011 11110 111110 1100010 100011

Color Harmonies of #ACB302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB302

Black with #ACB302

Text Example


Text Example

White with #ACB302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB302; }

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

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

background-color css

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

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

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

border-color css

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

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

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