Html Css Color HEX #ACC708 La Rioja

📋 copy color: '#ACC708'

red 172 ◦ green 199 ◦ blue 8

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

Shades of La Rioja #ACC708

Tints of La Rioja #ACC708

RGB

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

 GREEN value IS 199 (78.13% from 255) = 52.51%

 BLUE value IS 8 (3.52% from 255) = 2.11%

R = 45.38%
G = 52.51%
B = 2.11%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#ACC708 (or 0xACC708) is known color: La Rioja. HEX triplet: AC, C7 and 08. RGB value is (172,199,8). Sum of RGB (Red+Green+Blue) = 172+199+8=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 199 (78.12% from 255 or 52.51% from 379); Blue value is 8 (3.52% from 255 or 2.11% from 379); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC708 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC708 is #5338F7. Grayscale: #A9A9A9. Windows color (decimal): -5454072 or 575404. OLE color: 575404.

HSL color Cylindrical-coordinate representation of color #ACC708: hue angle of 68.48º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ACC708 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 199 8 -
CMYK 0.14 0 0.96 0.22
HSL 68.48º 0.92% 0.41% -
HSV(B) 68.48º 0.96% 0.78% -
XYZ 37.48 49.64 7.83 -
YUV 169.15 37.05 130.03 -
System Red Green Blue C M Y K H S L
Decimal 172 199 8 0.14 0 0.96 0.22 68.48 0.92 0.41
Hex AC C7 8 E 0 60 16 44 5C 29
Octal 254 307 10 16 0 140 26 104 134 51
Binary 10101100 11000111 1000 1110 0 1100000 10110 1000100 1011100 101001

Color Harmonies of #ACC708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC708

Black with #ACC708

Text Example


Text Example

White with #ACC708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC708; }

 p { color: rgb(172,199,8); }

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

background-color css

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

 a { background-color: rgb(172,199,8); }

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

border-color css

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

 span { border-color: rgb(172,199,8); }

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