Html Css Color HEX #B6C710 La Rioja

📋 copy color: '#B6C710'

red 182 ◦ green 199 ◦ blue 16

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

Shades of La Rioja #B6C710

Tints of La Rioja #B6C710

RGB

 RED value IS 182 (71.48% from 255) = 45.84%

 GREEN value IS 199 (78.13% from 255) = 50.13%

 BLUE value IS 16 (6.64% from 255) = 4.03%

R = 45.84%
G = 50.13%
B = 4.03%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#B6C710 (or 0xB6C710) is known color: La Rioja. HEX triplet: B6, C7 and 10. RGB value is (182,199,16). Sum of RGB (Red+Green+Blue) = 182+199+16=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 199 (78.12% from 255 or 50.13% from 397); Blue value is 16 (6.64% from 255 or 4.03% from 397); Max value from RGB is 199 - color contains mainly: green. Hex color #B6C710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6C710 is #4938EF. Grayscale: #ADADAD. Windows color (decimal): -4798704 or 1099702. OLE color: 1099702.

HSL color Cylindrical-coordinate representation of color #B6C710: hue angle of 65.57º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B6C710 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 182 199 16 -
CMYK 0.09 0 0.92 0.22
HSL 65.57º 0.85% 0.42% -
HSV(B) 65.57º 0.92% 0.78% -
XYZ 39.81 50.83 8.2 -
YUV 173.06 39.37 134.38 -
System Red Green Blue C M Y K H S L
Decimal 182 199 16 0.09 0 0.92 0.22 65.57 0.85 0.42
Hex B6 C7 10 9 0 5C 16 42 55 2A
Octal 266 307 20 11 0 134 26 102 125 52
Binary 10110110 11000111 10000 1001 0 1011100 10110 1000010 1010101 101010

Color Harmonies of #B6C710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C710

Black with #B6C710

Text Example


Text Example

White with #B6C710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C710; }

 p { color: rgb(182,199,16); }

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

background-color css

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

 a { background-color: rgb(182,199,16); }

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

border-color css

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

 span { border-color: rgb(182,199,16); }

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