Html Css Color HEX #B3C20D La Rioja

📋 copy color: '#B3C20D'

red 179 ◦ green 194 ◦ blue 13

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

Shades of La Rioja #B3C20D

Tints of La Rioja #B3C20D

RGB

 RED value IS 179 (70.31% from 255) = 46.37%

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

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

R = 46.37%
G = 50.26%
B = 3.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#B3C20D (or 0xB3C20D) is known color: La Rioja. HEX triplet: B3, C2 and 0D. RGB value is (179,194,13). Sum of RGB (Red+Green+Blue) = 179+194+13=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 194 (76.17% from 255 or 50.26% from 386); Blue value is 13 (5.47% from 255 or 3.37% from 386); Max value from RGB is 194 - color contains mainly: green. Hex color #B3C20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C20D is #4C3DF2. Grayscale: #A9A9A9. Windows color (decimal): -4996595 or 901811. OLE color: 901811.

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

Color convert

RGB 179 194 13 -
CMYK 0.08 0 0.93 0.24
HSL 64.97º 0.87% 0.41% -
HSV(B) 64.97º 0.93% 0.76% -
XYZ 37.95 48.2 7.68 -
YUV 168.88 40.03 135.22 -
System Red Green Blue C M Y K H S L
Decimal 179 194 13 0.08 0 0.93 0.24 64.97 0.87 0.41
Hex B3 C2 D 8 0 5D 18 41 57 29
Octal 263 302 15 10 0 135 30 101 127 51
Binary 10110011 11000010 1101 1000 0 1011101 11000 1000001 1010111 101001

Color Harmonies of #B3C20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C20D

Black with #B3C20D

Text Example


Text Example

White with #B3C20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C20D; }

 p { color: rgb(179,194,13); }

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

background-color css

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

 a { background-color: rgb(179,194,13); }

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

border-color css

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

 span { border-color: rgb(179,194,13); }

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