Html Css Color HEX #AFBE0C La Rioja

📋 copy color: '#AFBE0C'

red 175 ◦ green 190 ◦ blue 12

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

Shades of La Rioja #AFBE0C

Tints of La Rioja #AFBE0C

RGB

 RED value IS 175 (68.75% from 255) = 46.42%

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

 BLUE value IS 12 (5.08% from 255) = 3.18%

R = 46.42%
G = 50.4%
B = 3.18%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#AFBE0C (or 0xAFBE0C) is known color: La Rioja. HEX triplet: AF, BE and 0C. RGB value is (175,190,12). Sum of RGB (Red+Green+Blue) = 175+190+12=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 190 (74.61% from 255 or 50.40% from 377); Blue value is 12 (5.08% from 255 or 3.18% from 377); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBE0C is #5041F3. Grayscale: #A5A5A5. Windows color (decimal): -5259764 or 835247. OLE color: 835247.

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

Color convert

RGB 175 190 12 -
CMYK 0.08 0 0.94 0.25
HSL 65.06º 0.88% 0.4% -
HSV(B) 65.06º 0.94% 0.75% -
XYZ 36.16 45.97 7.31 -
YUV 165.22 41.53 134.97 -
System Red Green Blue C M Y K H S L
Decimal 175 190 12 0.08 0 0.94 0.25 65.06 0.88 0.4
Hex AF BE C 8 0 5E 19 41 58 28
Octal 257 276 14 10 0 136 31 101 130 50
Binary 10101111 10111110 1100 1000 0 1011110 11001 1000001 1011000 101000

Color Harmonies of #AFBE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBE0C

Black with #AFBE0C

Text Example


Text Example

White with #AFBE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBE0C; }

 p { color: rgb(175,190,12); }

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

background-color css

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

 a { background-color: rgb(175,190,12); }

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

border-color css

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

 span { border-color: rgb(175,190,12); }

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