Html Css Color HEX #AFB602 La Rioja

📋 copy color: '#AFB602'

red 175 ◦ green 182 ◦ blue 2

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

Shades of La Rioja #AFB602

Tints of La Rioja #AFB602

RGB

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

 GREEN value IS 182 (71.48% from 255) = 50.7%

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 48.75%
G = 50.7%
B = 0.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#AFB602 (or 0xAFB602) is known color: La Rioja. HEX triplet: AF, B6 and 02. RGB value is (175,182,2). Sum of RGB (Red+Green+Blue) = 175+182+2=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 182 (71.48% from 255 or 50.70% from 359); Blue value is 2 (1.17% from 255 or 0.56% from 359); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB602 is #5049FD. Grayscale: #A0A0A0. Windows color (decimal): -5261822 or 177839. OLE color: 177839.

HSL color Cylindrical-coordinate representation of color #AFB602: hue angle of 62.33º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AFB602 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 182 2 -
CMYK 0.04 0 0.99 0.29
HSL 62.33º 0.98% 0.36% -
HSV(B) 62.33º 0.99% 0.71% -
XYZ 34.42 42.57 6.46 -
YUV 159.39 39.18 139.14 -
System Red Green Blue C M Y K H S L
Decimal 175 182 2 0.04 0 0.99 0.29 62.33 0.98 0.36
Hex AF B6 2 4 0 63 1D 3E 62 24
Octal 257 266 2 4 0 143 35 76 142 44
Binary 10101111 10110110 10 100 0 1100011 11101 111110 1100010 100100

Color Harmonies of #AFB602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB602

Black with #AFB602

Text Example


Text Example

White with #AFB602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB602; }

 p { color: rgb(175,182,2); }

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

background-color css

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

 a { background-color: rgb(175,182,2); }

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

border-color css

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

 span { border-color: rgb(175,182,2); }

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