Html Css Color HEX #AFBC10 La Rioja

📋 copy color: '#AFBC10'

red 175 ◦ green 188 ◦ blue 16

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

Shades of La Rioja #AFBC10

Tints of La Rioja #AFBC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.22%

R = 46.17%
G = 49.6%
B = 4.22%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#AFBC10 (or 0xAFBC10) is known color: La Rioja. HEX triplet: AF, BC and 10. RGB value is (175,188,16). Sum of RGB (Red+Green+Blue) = 175+188+16=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 188 (73.83% from 255 or 49.60% from 379); Blue value is 16 (6.64% from 255 or 4.22% from 379); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBC10 is #5043EF. Grayscale: #A5A5A5. Windows color (decimal): -5260272 or 1096879. OLE color: 1096879.

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

Color convert

RGB 175 188 16 -
CMYK 0.07 0 0.91 0.26
HSL 64.53º 0.84% 0.4% -
HSV(B) 64.53º 0.91% 0.74% -
XYZ 35.76 45.12 7.31 -
YUV 164.51 44.19 135.49 -
System Red Green Blue C M Y K H S L
Decimal 175 188 16 0.07 0 0.91 0.26 64.53 0.84 0.4
Hex AF BC 10 7 0 5B 1A 41 54 28
Octal 257 274 20 7 0 133 32 101 124 50
Binary 10101111 10111100 10000 111 0 1011011 11010 1000001 1010100 101000

Color Harmonies of #AFBC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC10

Black with #AFBC10

Text Example


Text Example

White with #AFBC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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