Html Css Color HEX #B6C10D La Rioja

📋 copy color: '#B6C10D'

red 182 ◦ green 193 ◦ blue 13

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

Shades of La Rioja #B6C10D

Tints of La Rioja #B6C10D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 49.74%

 BLUE value IS 13 (5.47% from 255) = 3.35%

R = 46.91%
G = 49.74%
B = 3.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#B6C10D (or 0xB6C10D) is known color: La Rioja. HEX triplet: B6, C1 and 0D. RGB value is (182,193,13). Sum of RGB (Red+Green+Blue) = 182+193+13=388 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.91% from 388); Green value is 193 (75.78% from 255 or 49.74% from 388); Blue value is 13 (5.47% from 255 or 3.35% from 388); Max value from RGB is 193 - color contains mainly: green. Hex color #B6C10D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6C10D is #493EF2. Grayscale: #A9A9A9. Windows color (decimal): -4800243 or 901558. OLE color: 901558.

HSL color Cylindrical-coordinate representation of color #B6C10D: hue angle of 63.67º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B6C10D is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 193 13 -
CMYK 0.06 0 0.93 0.24
HSL 63.67º 0.87% 0.4% -
HSV(B) 63.67º 0.93% 0.76% -
XYZ 38.43 48.11 7.64 -
YUV 169.19 39.86 137.14 -
System Red Green Blue C M Y K H S L
Decimal 182 193 13 0.06 0 0.93 0.24 63.67 0.87 0.4
Hex B6 C1 D 6 0 5D 18 40 57 28
Octal 266 301 15 6 0 135 30 100 127 50
Binary 10110110 11000001 1101 110 0 1011101 11000 1000000 1010111 101000

Color Harmonies of #B6C10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C10D

Black with #B6C10D

Text Example


Text Example

White with #B6C10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C10D; }

 p { color: rgb(182,193,13); }

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

background-color css

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

 a { background-color: rgb(182,193,13); }

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

border-color css

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

 span { border-color: rgb(182,193,13); }

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