Html Css Color HEX #AFBC0D La Rioja

📋 copy color: '#AFBC0D'

red 175 ◦ green 188 ◦ blue 13

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

Shades of La Rioja #AFBC0D

Tints of La Rioja #AFBC0D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50%

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

R = 46.54%
G = 50%
B = 3.46%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#AFBC0D (or 0xAFBC0D) is known color: La Rioja. HEX triplet: AF, BC and 0D. RGB value is (175,188,13). Sum of RGB (Red+Green+Blue) = 175+188+13=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 13 (5.47% from 255 or 3.46% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBC0D is #5043F2. Grayscale: #A4A4A4. Windows color (decimal): -5260275 or 900271. OLE color: 900271.

HSL color Cylindrical-coordinate representation of color #AFBC0D: hue angle of 64.46º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFBC0D is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 188 13 -
CMYK 0.07 0 0.93 0.26
HSL 64.46º 0.87% 0.39% -
HSV(B) 64.46º 0.93% 0.74% -
XYZ 35.74 45.11 7.2 -
YUV 164.16 42.69 135.73 -
System Red Green Blue C M Y K H S L
Decimal 175 188 13 0.07 0 0.93 0.26 64.46 0.87 0.39
Hex AF BC D 7 0 5D 1A 40 57 27
Octal 257 274 15 7 0 135 32 100 127 47
Binary 10101111 10111100 1101 111 0 1011101 11010 1000000 1010111 100111

Color Harmonies of #AFBC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC0D

Black with #AFBC0D

Text Example


Text Example

White with #AFBC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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