Html Css Color HEX #ACB905 Citrus

📋 copy color: '#ACB905'

red 172 ◦ green 185 ◦ blue 5

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

Shades of Citrus #ACB905

Tints of Citrus #ACB905

RGB

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

 GREEN value IS 185 (72.66% from 255) = 51.1%

 BLUE value IS 5 (2.34% from 255) = 1.38%

R = 47.51%
G = 51.1%
B = 1.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#ACB905 (or 0xACB905) is known color: Citrus. HEX triplet: AC, B9 and 05. RGB value is (172,185,5). Sum of RGB (Red+Green+Blue) = 172+185+5=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 185 (72.66% from 255 or 51.10% from 362); Blue value is 5 (2.34% from 255 or 1.38% from 362); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB905 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB905 is #5346FA. Grayscale: #A1A1A1. Windows color (decimal): -5457659 or 375212. OLE color: 375212.

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

Color convert

RGB 172 185 5 -
CMYK 0.07 0 0.97 0.27
HSL 64.33º 0.95% 0.37% -
HSV(B) 64.33º 0.97% 0.73% -
XYZ 34.39 43.48 6.72 -
YUV 160.59 40.19 136.14 -
System Red Green Blue C M Y K H S L
Decimal 172 185 5 0.07 0 0.97 0.27 64.33 0.95 0.37
Hex AC B9 5 7 0 61 1B 40 5F 25
Octal 254 271 5 7 0 141 33 100 137 45
Binary 10101100 10111001 101 111 0 1100001 11011 1000000 1011111 100101

Color Harmonies of #ACB905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB905

Black with #ACB905

Text Example


Text Example

White with #ACB905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB905; }

 p { color: rgb(172,185,5); }

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

background-color css

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

 a { background-color: rgb(172,185,5); }

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

border-color css

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

 span { border-color: rgb(172,185,5); }

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