Html Css Color HEX #ACC10B La Rioja

📋 copy color: '#ACC10B'

red 172 ◦ green 193 ◦ blue 11

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

Shades of La Rioja #ACC10B

Tints of La Rioja #ACC10B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 51.33%

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

R = 45.74%
G = 51.33%
B = 2.93%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#ACC10B (or 0xACC10B) is known color: La Rioja. HEX triplet: AC, C1 and 0B. RGB value is (172,193,11). Sum of RGB (Red+Green+Blue) = 172+193+11=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 193 (75.78% from 255 or 51.33% from 376); Blue value is 11 (4.69% from 255 or 2.93% from 376); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC10B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC10B is #533EF4. Grayscale: #A6A6A6. Windows color (decimal): -5455605 or 770476. OLE color: 770476.

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

Color convert

RGB 172 193 11 -
CMYK 0.11 0 0.94 0.24
HSL 66.92º 0.89% 0.4% -
HSV(B) 66.92º 0.94% 0.76% -
XYZ 36.14 46.93 7.47 -
YUV 165.97 40.54 132.3 -
System Red Green Blue C M Y K H S L
Decimal 172 193 11 0.11 0 0.94 0.24 66.92 0.89 0.4
Hex AC C1 B B 0 5E 18 43 59 28
Octal 254 301 13 13 0 136 30 103 131 50
Binary 10101100 11000001 1011 1011 0 1011110 11000 1000011 1011001 101000

Color Harmonies of #ACC10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC10B

Black with #ACC10B

Text Example


Text Example

White with #ACC10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC10B; }

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

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

background-color css

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

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

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

border-color css

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

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

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