Html Css Color HEX #AFBC0F La Rioja

📋 copy color: '#AFBC0F'

red 175 ◦ green 188 ◦ blue 15

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

Shades of La Rioja #AFBC0F

Tints of La Rioja #AFBC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.97%

R = 46.3%
G = 49.74%
B = 3.97%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#AFBC0F (or 0xAFBC0F) is known color: La Rioja. HEX triplet: AF, BC and 0F. RGB value is (175,188,15). Sum of RGB (Red+Green+Blue) = 175+188+15=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 188 (73.83% from 255 or 49.74% from 378); Blue value is 15 (6.25% from 255 or 3.97% from 378); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBC0F is #5043F0. Grayscale: #A5A5A5. Windows color (decimal): -5260273 or 1031343. OLE color: 1031343.

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

Color convert

RGB 175 188 15 -
CMYK 0.07 0 0.92 0.26
HSL 64.51º 0.85% 0.4% -
HSV(B) 64.51º 0.92% 0.74% -
XYZ 35.75 45.11 7.28 -
YUV 164.39 43.69 135.57 -
System Red Green Blue C M Y K H S L
Decimal 175 188 15 0.07 0 0.92 0.26 64.51 0.85 0.4
Hex AF BC F 7 0 5C 1A 41 55 28
Octal 257 274 17 7 0 134 32 101 125 50
Binary 10101111 10111100 1111 111 0 1011100 11010 1000001 1010101 101000

Color Harmonies of #AFBC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC0F

Black with #AFBC0F

Text Example


Text Example

White with #AFBC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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