Html Css Color HEX #ACBC01 Citrus

📋 copy color: '#ACBC01'

red 172 ◦ green 188 ◦ blue 1

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

Shades of Citrus #ACBC01

Tints of Citrus #ACBC01

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.08%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 47.65%
G = 52.08%
B = 0.28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#ACBC01 (or 0xACBC01) is known color: Citrus. HEX triplet: AC, BC and 01. RGB value is (172,188,1). Sum of RGB (Red+Green+Blue) = 172+188+1=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 188 (73.83% from 255 or 52.08% from 361); Blue value is 1 (0.78% from 255 or 0.28% from 361); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBC01 is #5343FE. Grayscale: #A2A2A2. Windows color (decimal): -5456895 or 113836. OLE color: 113836.

HSL color Cylindrical-coordinate representation of color #ACBC01: hue angle of 65.13º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ACBC01 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 188 1 -
CMYK 0.09 0 0.99 0.26
HSL 65.13º 0.99% 0.37% -
HSV(B) 65.13º 0.99% 0.74% -
XYZ 35 44.74 6.82 -
YUV 161.9 37.2 135.21 -
System Red Green Blue C M Y K H S L
Decimal 172 188 1 0.09 0 0.99 0.26 65.13 0.99 0.37
Hex AC BC 1 9 0 63 1A 41 63 25
Octal 254 274 1 11 0 143 32 101 143 45
Binary 10101100 10111100 1 1001 0 1100011 11010 1000001 1100011 100101

Color Harmonies of #ACBC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBC01

Black with #ACBC01

Text Example


Text Example

White with #ACBC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBC01; }

 p { color: rgb(172,188,1); }

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

background-color css

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

 a { background-color: rgb(172,188,1); }

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

border-color css

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

 span { border-color: rgb(172,188,1); }

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