Html Css Color HEX #ACBB0A Citrus

📋 copy color: '#ACBB0A'

red 172 ◦ green 187 ◦ blue 10

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

Shades of Citrus #ACBB0A

Tints of Citrus #ACBB0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.71%

R = 46.61%
G = 50.68%
B = 2.71%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#ACBB0A (or 0xACBB0A) is known color: Citrus. HEX triplet: AC, BB and 0A. RGB value is (172,187,10). Sum of RGB (Red+Green+Blue) = 172+187+10=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 187 (73.44% from 255 or 50.68% from 369); Blue value is 10 (4.30% from 255 or 2.71% from 369); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBB0A is #5344F5. Grayscale: #A3A3A3. Windows color (decimal): -5457142 or 703404. OLE color: 703404.

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

Color convert

RGB 172 187 10 -
CMYK 0.08 0 0.95 0.27
HSL 65.08º 0.9% 0.39% -
HSV(B) 65.08º 0.95% 0.73% -
XYZ 34.84 44.33 7.01 -
YUV 162.34 42.03 134.89 -
System Red Green Blue C M Y K H S L
Decimal 172 187 10 0.08 0 0.95 0.27 65.08 0.9 0.39
Hex AC BB A 8 0 5F 1B 41 5A 27
Octal 254 273 12 10 0 137 33 101 132 47
Binary 10101100 10111011 1010 1000 0 1011111 11011 1000001 1011010 100111

Color Harmonies of #ACBB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBB0A

Black with #ACBB0A

Text Example


Text Example

White with #ACBB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBB0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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