Html Css Color HEX #ACBE0D La Rioja

📋 copy color: '#ACBE0D'

red 172 ◦ green 190 ◦ blue 13

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

Shades of La Rioja #ACBE0D

Tints of La Rioja #ACBE0D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 50.67%

 BLUE value IS 13 (5.47% from 255) = 3.47%

R = 45.87%
G = 50.67%
B = 3.47%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#ACBE0D (or 0xACBE0D) is known color: La Rioja. HEX triplet: AC, BE and 0D. RGB value is (172,190,13). Sum of RGB (Red+Green+Blue) = 172+190+13=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 190 (74.61% from 255 or 50.67% from 375); Blue value is 13 (5.47% from 255 or 3.47% from 375); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBE0D is #5341F2. Grayscale: #A5A5A5. Windows color (decimal): -5456371 or 900780. OLE color: 900780.

HSL color Cylindrical-coordinate representation of color #ACBE0D: hue angle of 66.1º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACBE0D is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 190 13 -
CMYK 0.09 0 0.93 0.25
HSL 66.1º 0.87% 0.4% -
HSV(B) 66.1º 0.93% 0.75% -
XYZ 35.5 45.63 7.32 -
YUV 164.44 42.54 133.39 -
System Red Green Blue C M Y K H S L
Decimal 172 190 13 0.09 0 0.93 0.25 66.1 0.87 0.4
Hex AC BE D 9 0 5D 19 42 57 28
Octal 254 276 15 11 0 135 31 102 127 50
Binary 10101100 10111110 1101 1001 0 1011101 11001 1000010 1010111 101000

Color Harmonies of #ACBE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBE0D

Black with #ACBE0D

Text Example


Text Example

White with #ACBE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBE0D; }

 p { color: rgb(172,190,13); }

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

background-color css

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

 a { background-color: rgb(172,190,13); }

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

border-color css

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

 span { border-color: rgb(172,190,13); }

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