Html Css Color HEX #ACBC09 Citrus

📋 copy color: '#ACBC09'

red 172 ◦ green 188 ◦ blue 9

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

Shades of Citrus #ACBC09

Tints of Citrus #ACBC09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.44%

R = 46.61%
G = 50.95%
B = 2.44%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#ACBC09 (or 0xACBC09) is known color: Citrus. HEX triplet: AC, BC and 09. RGB value is (172,188,9). Sum of RGB (Red+Green+Blue) = 172+188+9=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 9 (3.91% from 255 or 2.44% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBC09 is #5343F6. Grayscale: #A3A3A3. Windows color (decimal): -5456887 or 638124. OLE color: 638124.

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

Color convert

RGB 172 188 9 -
CMYK 0.09 0 0.95 0.26
HSL 65.36º 0.91% 0.39% -
HSV(B) 65.36º 0.95% 0.74% -
XYZ 35.05 44.76 7.05 -
YUV 162.81 41.2 134.55 -
System Red Green Blue C M Y K H S L
Decimal 172 188 9 0.09 0 0.95 0.26 65.36 0.91 0.39
Hex AC BC 9 9 0 5F 1A 41 5B 27
Octal 254 274 11 11 0 137 32 101 133 47
Binary 10101100 10111100 1001 1001 0 1011111 11010 1000001 1011011 100111

Color Harmonies of #ACBC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBC09

Black with #ACBC09

Text Example


Text Example

White with #ACBC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBC09; }

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

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

background-color css

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

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

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

border-color css

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

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

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