Html Css Color HEX #AFBC07 La Rioja

📋 copy color: '#AFBC07'

red 175 ◦ green 188 ◦ blue 7

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

Shades of La Rioja #AFBC07

Tints of La Rioja #AFBC07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.89%

R = 47.3%
G = 50.81%
B = 1.89%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#AFBC07 (or 0xAFBC07) is known color: La Rioja. HEX triplet: AF, BC and 07. RGB value is (175,188,7). Sum of RGB (Red+Green+Blue) = 175+188+7=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 188 (73.83% from 255 or 50.81% from 370); Blue value is 7 (3.12% from 255 or 1.89% from 370); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBC07 is #5043F8. Grayscale: #A4A4A4. Windows color (decimal): -5260281 or 507055. OLE color: 507055.

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

Color convert

RGB 175 188 7 -
CMYK 0.07 0 0.96 0.26
HSL 64.31º 0.93% 0.38% -
HSV(B) 64.31º 0.96% 0.74% -
XYZ 35.7 45.1 7.02 -
YUV 163.48 39.69 136.22 -
System Red Green Blue C M Y K H S L
Decimal 175 188 7 0.07 0 0.96 0.26 64.31 0.93 0.38
Hex AF BC 7 7 0 60 1A 40 5D 26
Octal 257 274 7 7 0 140 32 100 135 46
Binary 10101111 10111100 111 111 0 1100000 11010 1000000 1011101 100110

Color Harmonies of #AFBC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC07

Black with #AFBC07

Text Example


Text Example

White with #AFBC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC07; }

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

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

background-color css

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

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

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

border-color css

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

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

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