#ACC308

Color #ACC308 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #ACC308

Tints of La Rioja #ACC308

Color information

#ACC308 (or 0xACC308) is unknown color: approx La Rioja. HEX triplet: AC, C3 and 08. RGB value is (172,195,8). Sum of RGB (Red+Green+Blue) = 172+195+8=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 195 (76.56% from 255 or 52% from 375); Blue value is 8 (3.52% from 255 or 2.13% from 375); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC308 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC308 is #533CF7. Grayscale: #A7A7A7. Windows color (decimal): -5455096 or 574380. OLE color: 574380.

HSL color Cylindrical-coordinate representation of color #ACC308: hue angle of 67.38º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ACC308 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB1721958-
CMYK0.1200.960.24
HSL67.38º92.12%39.8%-
HSV(B)67.38º95.9%76.47%-
XYZ36.5747.827.53-
YUV166.838.38131.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.87%
GREEN value IS 195 (76.56% from 255) = 52%
BLUE value IS 8 (3.52% from 255) = 2.13%
R=45.87%
G=52%
B=2.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal17219580.1200.960.2467.3892.1239.8
HexACC38C06018435c28
Octal254303101401403010313450
Binary101011001100001110001100011000001100010000111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC308; }

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

 H1.HeaderClassName
 {
   color: #ACC308;
 }
 .AnyTagClassName
 {
   color: #ACC308;
 }
</style>
background-color css

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

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

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

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

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

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