Html Css Color HEX #B6C20F La Rioja

📋 copy color: '#B6C20F'

red 182 ◦ green 194 ◦ blue 15

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

Shades of La Rioja #B6C20F

Tints of La Rioja #B6C20F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 49.62%

 BLUE value IS 15 (6.25% from 255) = 3.84%

R = 46.55%
G = 49.62%
B = 3.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#B6C20F (or 0xB6C20F) is known color: La Rioja. HEX triplet: B6, C2 and 0F. RGB value is (182,194,15). Sum of RGB (Red+Green+Blue) = 182+194+15=391 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.55% from 391); Green value is 194 (76.17% from 255 or 49.62% from 391); Blue value is 15 (6.25% from 255 or 3.84% from 391); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C20F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6C20F is #493DF0. Grayscale: #AAAAAA. Windows color (decimal): -4799985 or 1032886. OLE color: 1032886.

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

Color convert

RGB 182 194 15 -
CMYK 0.06 0 0.92 0.24
HSL 64.02º 0.86% 0.41% -
HSV(B) 64.02º 0.92% 0.76% -
XYZ 38.67 48.56 7.79 -
YUV 170.01 40.52 136.55 -
System Red Green Blue C M Y K H S L
Decimal 182 194 15 0.06 0 0.92 0.24 64.02 0.86 0.41
Hex B6 C2 F 6 0 5C 18 40 56 29
Octal 266 302 17 6 0 134 30 100 126 51
Binary 10110110 11000010 1111 110 0 1011100 11000 1000000 1010110 101001

Color Harmonies of #B6C20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C20F

Black with #B6C20F

Text Example


Text Example

White with #B6C20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C20F; }

 p { color: rgb(182,194,15); }

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

background-color css

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

 a { background-color: rgb(182,194,15); }

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

border-color css

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

 span { border-color: rgb(182,194,15); }

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