Html Css Color HEX #ACBB00 Citrus

📋 copy color: '#ACBB00'

red 172 ◦ green 187 ◦ blue 0

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

Shades of Citrus #ACBB00

Tints of Citrus #ACBB00

RGB

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

 GREEN value IS 187 (73.44% from 255) = 52.09%

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

R = 47.91%
G = 52.09%
B = 0%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#ACBB00 (or 0xACBB00) is known color: Citrus. HEX triplet: AC, BB and 00. RGB value is (172,187,0). Sum of RGB (Red+Green+Blue) = 172+187+0=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 187 (73.44% from 255 or 52.09% from 359); Blue value is 0 (0.39% from 255 or 0% from 359); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBB00 is #5344FF. Grayscale: #A1A1A1. Windows color (decimal): -5457152 or 48044. OLE color: 48044.

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

Color convert

RGB 172 187 0 -
CMYK 0.08 0 1 0.27
HSL 64.81º 1% 0.37% -
HSV(B) 64.81º 1% 0.73% -
XYZ 34.78 44.31 6.72 -
YUV 161.2 37.03 135.71 -
System Red Green Blue C M Y K H S L
Decimal 172 187 0 0.08 0 1 0.27 64.81 1 0.37
Hex AC BB 0 8 0 64 1B 41 64 25
Octal 254 273 0 10 0 144 33 101 144 45
Binary 10101100 10111011 0 1000 0 1100100 11011 1000001 1100100 100101

Color Harmonies of #ACBB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBB00

Black with #ACBB00

Text Example


Text Example

White with #ACBB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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