Html Css Color HEX #ACC308 La Rioja

📋 copy color: '#ACC308'

red 172 ◦ green 195 ◦ blue 8

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

Shades of La Rioja #ACC308

Tints of La Rioja #ACC308

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 value IS 0.12

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#ACC308 (or 0xACC308) is known color: 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

RGB 172 195 8 -
CMYK 0.12 0 0.96 0.24
HSL 67.38º 0.92% 0.4% -
HSV(B) 67.38º 0.96% 0.76% -
XYZ 36.57 47.82 7.53 -
YUV 166.81 38.38 131.71 -
System Red Green Blue C M Y K H S L
Decimal 172 195 8 0.12 0 0.96 0.24 67.38 0.92 0.4
Hex AC C3 8 C 0 60 18 43 5C 28
Octal 254 303 10 14 0 140 30 103 134 50
Binary 10101100 11000011 1000 1100 0 1100000 11000 1000011 1011100 101000

Color Harmonies of #ACC308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC308

Black with #ACC308

Text Example


Text Example

White with #ACC308

Text Example


Text Example

HTML Codes & Css Web 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>