Html Css Color HEX #AFBE0D La Rioja

📋 copy color: '#AFBE0D'

red 175 ◦ green 190 ◦ blue 13

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

Shades of La Rioja #AFBE0D

Tints of La Rioja #AFBE0D

RGB

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

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

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

R = 46.3%
G = 50.26%
B = 3.44%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#AFBE0D (or 0xAFBE0D) is known color: La Rioja. HEX triplet: AF, BE and 0D. RGB value is (175,190,13). Sum of RGB (Red+Green+Blue) = 175+190+13=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 190 (74.61% from 255 or 50.26% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBE0D is #5041F2. Grayscale: #A6A6A6. Windows color (decimal): -5259763 or 900783. OLE color: 900783.

HSL color Cylindrical-coordinate representation of color #AFBE0D: hue angle of 65.08º 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 #AFBE0D is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 190 13 -
CMYK 0.08 0 0.93 0.25
HSL 65.08º 0.87% 0.4% -
HSV(B) 65.08º 0.93% 0.75% -
XYZ 36.17 45.97 7.35 -
YUV 165.34 42.03 134.89 -
System Red Green Blue C M Y K H S L
Decimal 175 190 13 0.08 0 0.93 0.25 65.08 0.87 0.4
Hex AF BE D 8 0 5D 19 41 57 28
Octal 257 276 15 10 0 135 31 101 127 50
Binary 10101111 10111110 1101 1000 0 1011101 11001 1000001 1010111 101000

Color Harmonies of #AFBE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBE0D

Black with #AFBE0D

Text Example


Text Example

White with #AFBE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBE0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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