Html Css Color HEX #AFBA01 La Rioja

📋 copy color: '#AFBA01'

red 175 ◦ green 186 ◦ blue 1

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

Shades of La Rioja #AFBA01

Tints of La Rioja #AFBA01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 48.34%
G = 51.38%
B = 0.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#AFBA01 (or 0xAFBA01) is known color: La Rioja. HEX triplet: AF, BA and 01. RGB value is (175,186,1). Sum of RGB (Red+Green+Blue) = 175+186+1=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 186 (73.05% from 255 or 51.38% from 362); Blue value is 1 (0.78% from 255 or 0.28% from 362); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBA01 is #5045FE. Grayscale: #A2A2A2. Windows color (decimal): -5260799 or 113327. OLE color: 113327.

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

Color convert

RGB 175 186 1 -
CMYK 0.06 0 0.99 0.27
HSL 63.57º 0.99% 0.37% -
HSV(B) 63.57º 0.99% 0.73% -
XYZ 35.24 44.23 6.71 -
YUV 161.62 37.36 137.54 -
System Red Green Blue C M Y K H S L
Decimal 175 186 1 0.06 0 0.99 0.27 63.57 0.99 0.37
Hex AF BA 1 6 0 63 1B 40 63 25
Octal 257 272 1 6 0 143 33 100 143 45
Binary 10101111 10111010 1 110 0 1100011 11011 1000000 1100011 100101

Color Harmonies of #AFBA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA01

Black with #AFBA01

Text Example


Text Example

White with #AFBA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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