Html Css Color HEX #ACBD00 Citrus

📋 copy color: '#ACBD00'

red 172 ◦ green 189 ◦ blue 0

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

Shades of Citrus #ACBD00

Tints of Citrus #ACBD00

RGB

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

 GREEN value IS 189 (74.22% from 255) = 52.35%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.65%
G = 52.35%
B = 0%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#ACBD00 (or 0xACBD00) is known color: Citrus. HEX triplet: AC, BD and 00. RGB value is (172,189,0). Sum of RGB (Red+Green+Blue) = 172+189+0=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 189 (74.22% from 255 or 52.35% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBD00 is #5342FF. Grayscale: #A3A3A3. Windows color (decimal): -5456640 or 48556. OLE color: 48556.

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

Color convert

RGB 172 189 0 -
CMYK 0.09 0 1 0.26
HSL 65.4º 1% 0.37% -
HSV(B) 65.4º 1% 0.74% -
XYZ 35.21 45.17 6.86 -
YUV 162.37 36.37 134.87 -
System Red Green Blue C M Y K H S L
Decimal 172 189 0 0.09 0 1 0.26 65.4 1 0.37
Hex AC BD 0 9 0 64 1A 41 64 25
Octal 254 275 0 11 0 144 32 101 144 45
Binary 10101100 10111101 0 1001 0 1100100 11010 1000001 1100100 100101

Color Harmonies of #ACBD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBD00

Black with #ACBD00

Text Example


Text Example

White with #ACBD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBD00; }

 p { color: rgb(172,189,0); }

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

background-color css

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

 a { background-color: rgb(172,189,0); }

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

border-color css

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

 span { border-color: rgb(172,189,0); }

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