Html Css Color HEX #ACB102 Citrus

📋 copy color: '#ACB102'

red 172 ◦ green 177 ◦ blue 2

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

Shades of Citrus #ACB102

Tints of Citrus #ACB102

RGB

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

 GREEN value IS 177 (69.53% from 255) = 50.43%

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

R = 49%
G = 50.43%
B = 0.57%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#ACB102 (or 0xACB102) is known color: Citrus. HEX triplet: AC, B1 and 02. RGB value is (172,177,2). Sum of RGB (Red+Green+Blue) = 172+177+2=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 177 (69.53% from 255 or 50.43% from 351); Blue value is 2 (1.17% from 255 or 0.57% from 351); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB102 is #534EFD. Grayscale: #9C9C9C. Windows color (decimal): -5459710 or 176556. OLE color: 176556.

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

Color convert

RGB 172 177 2 -
CMYK 0.03 0 0.99 0.31
HSL 61.71º 0.98% 0.35% -
HSV(B) 61.71º 0.99% 0.69% -
XYZ 32.75 40.22 6.09 -
YUV 155.56 41.34 139.73 -
System Red Green Blue C M Y K H S L
Decimal 172 177 2 0.03 0 0.99 0.31 61.71 0.98 0.35
Hex AC B1 2 3 0 63 1F 3E 62 23
Octal 254 261 2 3 0 143 37 76 142 43
Binary 10101100 10110001 10 11 0 1100011 11111 111110 1100010 100011

Color Harmonies of #ACB102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB102

Black with #ACB102

Text Example


Text Example

White with #ACB102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB102; }

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

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

background-color css

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

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

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

border-color css

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

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

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