Html Css Color HEX #AFBB07 La Rioja

📋 copy color: '#AFBB07'

red 175 ◦ green 187 ◦ blue 7

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

Shades of La Rioja #AFBB07

Tints of La Rioja #AFBB07

RGB

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

 GREEN value IS 187 (73.44% from 255) = 50.68%

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

R = 47.43%
G = 50.68%
B = 1.9%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#AFBB07 (or 0xAFBB07) is known color: La Rioja. HEX triplet: AF, BB and 07. RGB value is (175,187,7). Sum of RGB (Red+Green+Blue) = 175+187+7=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 187 (73.44% from 255 or 50.68% from 369); Blue value is 7 (3.12% from 255 or 1.90% from 369); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBB07 is #5044F8. Grayscale: #A3A3A3. Windows color (decimal): -5260537 or 506799. OLE color: 506799.

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

Color convert

RGB 175 187 7 -
CMYK 0.06 0 0.96 0.27
HSL 64º 0.93% 0.38% -
HSV(B) 64º 0.96% 0.73% -
XYZ 35.49 44.67 6.95 -
YUV 162.89 40.02 136.64 -
System Red Green Blue C M Y K H S L
Decimal 175 187 7 0.06 0 0.96 0.27 64 0.93 0.38
Hex AF BB 7 6 0 60 1B 40 5D 26
Octal 257 273 7 6 0 140 33 100 135 46
Binary 10101111 10111011 111 110 0 1100000 11011 1000000 1011101 100110

Color Harmonies of #AFBB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBB07

Black with #AFBB07

Text Example


Text Example

White with #AFBB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBB07; }

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

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

background-color css

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

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

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

border-color css

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

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

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