Html Css Color HEX #B6C40D La Rioja

📋 copy color: '#B6C40D'

red 182 ◦ green 196 ◦ blue 13

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

Shades of La Rioja #B6C40D

Tints of La Rioja #B6C40D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 50.13%

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

R = 46.55%
G = 50.13%
B = 3.32%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#B6C40D (or 0xB6C40D) is known color: La Rioja. HEX triplet: B6, C4 and 0D. RGB value is (182,196,13). Sum of RGB (Red+Green+Blue) = 182+196+13=391 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.55% from 391); Green value is 196 (76.95% from 255 or 50.13% from 391); Blue value is 13 (5.47% from 255 or 3.32% from 391); Max value from RGB is 196 - color contains mainly: green. Hex color #B6C40D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6C40D is #493BF2. Grayscale: #ABABAB. Windows color (decimal): -4799475 or 902326. OLE color: 902326.

HSL color Cylindrical-coordinate representation of color #B6C40D: hue angle of 64.59º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B6C40D is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 182 196 13 -
CMYK 0.07 0 0.93 0.23
HSL 64.59º 0.88% 0.41% -
HSV(B) 64.59º 0.93% 0.77% -
XYZ 39.1 49.45 7.87 -
YUV 170.95 38.86 135.88 -
System Red Green Blue C M Y K H S L
Decimal 182 196 13 0.07 0 0.93 0.23 64.59 0.88 0.41
Hex B6 C4 D 7 0 5D 17 41 58 29
Octal 266 304 15 7 0 135 27 101 130 51
Binary 10110110 11000100 1101 111 0 1011101 10111 1000001 1011000 101001

Color Harmonies of #B6C40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C40D

Black with #B6C40D

Text Example


Text Example

White with #B6C40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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