Html Css Color HEX #ACC40B La Rioja

📋 copy color: '#ACC40B'

red 172 ◦ green 196 ◦ blue 11

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

Shades of La Rioja #ACC40B

Tints of La Rioja #ACC40B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 51.72%

 BLUE value IS 11 (4.69% from 255) = 2.9%

R = 45.38%
G = 51.72%
B = 2.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#ACC40B (or 0xACC40B) is known color: La Rioja. HEX triplet: AC, C4 and 0B. RGB value is (172,196,11). Sum of RGB (Red+Green+Blue) = 172+196+11=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 196 (76.95% from 255 or 51.72% from 379); Blue value is 11 (4.69% from 255 or 2.90% from 379); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC40B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC40B is #533BF4. Grayscale: #A8A8A8. Windows color (decimal): -5454837 or 771244. OLE color: 771244.

HSL color Cylindrical-coordinate representation of color #ACC40B: hue angle of 67.78º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACC40B is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 196 11 -
CMYK 0.12 0 0.94 0.23
HSL 67.78º 0.89% 0.41% -
HSV(B) 67.78º 0.94% 0.77% -
XYZ 36.81 48.27 7.69 -
YUV 167.73 39.55 131.04 -
System Red Green Blue C M Y K H S L
Decimal 172 196 11 0.12 0 0.94 0.23 67.78 0.89 0.41
Hex AC C4 B C 0 5E 17 44 59 29
Octal 254 304 13 14 0 136 27 104 131 51
Binary 10101100 11000100 1011 1100 0 1011110 10111 1000100 1011001 101001

Color Harmonies of #ACC40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC40B

Black with #ACC40B

Text Example


Text Example

White with #ACC40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC40B; }

 p { color: rgb(172,196,11); }

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

background-color css

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

 a { background-color: rgb(172,196,11); }

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

border-color css

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

 span { border-color: rgb(172,196,11); }

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