Html Css Color HEX #ACBE00 Citrus

📋 copy color: '#ACBE00'

red 172 ◦ green 190 ◦ blue 0

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

Shades of Citrus #ACBE00

Tints of Citrus #ACBE00

RGB

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

 GREEN value IS 190 (74.61% from 255) = 52.49%

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

R = 47.51%
G = 52.49%
B = 0%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#ACBE00 (or 0xACBE00) is known color: Citrus. HEX triplet: AC, BE and 00. RGB value is (172,190,0). Sum of RGB (Red+Green+Blue) = 172+190+0=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 190 (74.61% from 255 or 52.49% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBE00 is #5341FF. Grayscale: #A3A3A3. Windows color (decimal): -5456384 or 48812. OLE color: 48812.

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

Color convert

RGB 172 190 0 -
CMYK 0.09 0 1 0.25
HSL 65.68º 1% 0.37% -
HSV(B) 65.68º 1% 0.75% -
XYZ 35.43 45.6 6.93 -
YUV 162.96 36.04 134.45 -
System Red Green Blue C M Y K H S L
Decimal 172 190 0 0.09 0 1 0.25 65.68 1 0.37
Hex AC BE 0 9 0 64 19 42 64 25
Octal 254 276 0 11 0 144 31 102 144 45
Binary 10101100 10111110 0 1001 0 1100100 11001 1000010 1100100 100101

Color Harmonies of #ACBE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBE00

Black with #ACBE00

Text Example


Text Example

White with #ACBE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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