Html Css Color HEX #ACBE02 Citrus

📋 copy color: '#ACBE02'

red 172 ◦ green 190 ◦ blue 2

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

Shades of Citrus #ACBE02

Tints of Citrus #ACBE02

RGB

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

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

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

R = 47.25%
G = 52.2%
B = 0.55%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#ACBE02 (or 0xACBE02) is known color: Citrus. HEX triplet: AC, BE and 02. RGB value is (172,190,2). Sum of RGB (Red+Green+Blue) = 172+190+2=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 190 (74.61% from 255 or 52.20% from 364); Blue value is 2 (1.17% from 255 or 0.55% from 364); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBE02 is #5341FD. Grayscale: #A3A3A3. Windows color (decimal): -5456382 or 179884. OLE color: 179884.

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

Color convert

RGB 172 190 2 -
CMYK 0.09 0 0.99 0.25
HSL 65.74º 0.98% 0.38% -
HSV(B) 65.74º 0.99% 0.75% -
XYZ 35.44 45.6 6.99 -
YUV 163.19 37.04 134.29 -
System Red Green Blue C M Y K H S L
Decimal 172 190 2 0.09 0 0.99 0.25 65.74 0.98 0.38
Hex AC BE 2 9 0 63 19 42 62 26
Octal 254 276 2 11 0 143 31 102 142 46
Binary 10101100 10111110 10 1001 0 1100011 11001 1000010 1100010 100110

Color Harmonies of #ACBE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBE02

Black with #ACBE02

Text Example


Text Example

White with #ACBE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBE02; }

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

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

background-color css

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

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

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

border-color css

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

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

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