Html Css Color HEX #AFBA00 La Rioja

📋 copy color: '#AFBA00'

red 175 ◦ green 186 ◦ blue 0

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

Shades of La Rioja #AFBA00

Tints of La Rioja #AFBA00

RGB

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

 GREEN value IS 186 (73.05% from 255) = 51.52%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.48%
G = 51.52%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#AFBA00 (or 0xAFBA00) is known color: La Rioja. HEX triplet: AF, BA and 00. RGB value is (175,186,0). Sum of RGB (Red+Green+Blue) = 175+186+0=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 186 (73.05% from 255 or 51.52% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBA00 is #5045FF. Grayscale: #A2A2A2. Windows color (decimal): -5260800 or 47791. OLE color: 47791.

HSL color Cylindrical-coordinate representation of color #AFBA00: hue angle of 63.55º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFBA00 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 186 0 -
CMYK 0.06 0 1 0.27
HSL 63.55º 1% 0.36% -
HSV(B) 63.55º 1% 0.73% -
XYZ 35.24 44.23 6.68 -
YUV 161.51 36.86 137.62 -
System Red Green Blue C M Y K H S L
Decimal 175 186 0 0.06 0 1 0.27 63.55 1 0.36
Hex AF BA 0 6 0 64 1B 40 64 24
Octal 257 272 0 6 0 144 33 100 144 44
Binary 10101111 10111010 0 110 0 1100100 11011 1000000 1100100 100100

Color Harmonies of #AFBA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA00

Black with #AFBA00

Text Example


Text Example

White with #AFBA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA00; }

 p { color: rgb(175,186,0); }

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

background-color css

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

 a { background-color: rgb(175,186,0); }

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

border-color css

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

 span { border-color: rgb(175,186,0); }

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