Html Css Color HEX #B3C313 Rio Grande

📋 copy color: '#B3C313'

red 179 ◦ green 195 ◦ blue 19

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

Shades of Rio Grande #B3C313

Tints of Rio Grande #B3C313

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.62%

 BLUE value IS 19 (7.81% from 255) = 4.83%

R = 45.55%
G = 49.62%
B = 4.83%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#B3C313 (or 0xB3C313) is known color: Rio Grande. HEX triplet: B3, C3 and 13. RGB value is (179,195,19). Sum of RGB (Red+Green+Blue) = 179+195+19=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 195 (76.56% from 255 or 49.62% from 393); Blue value is 19 (7.81% from 255 or 4.83% from 393); Max value from RGB is 195 - color contains mainly: green. Hex color #B3C313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C313 is #4C3CEC. Grayscale: #AAAAAA. Windows color (decimal): -4996333 or 1295283. OLE color: 1295283.

HSL color Cylindrical-coordinate representation of color #B3C313: hue angle of 65.45º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B3C313 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 179 195 19 -
CMYK 0.08 0 0.90 0.24
HSL 65.45º 0.82% 0.42% -
HSV(B) 65.45º 0.9% 0.76% -
XYZ 38.22 48.66 7.99 -
YUV 170.15 42.7 134.31 -
System Red Green Blue C M Y K H S L
Decimal 179 195 19 0.08 0 0.90 0.24 65.45 0.82 0.42
Hex B3 C3 13 8 0 5A 18 41 52 2A
Octal 263 303 23 10 0 132 30 101 122 52
Binary 10110011 11000011 10011 1000 0 1011010 11000 1000001 1010010 101010

Color Harmonies of #B3C313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C313

Black with #B3C313

Text Example


Text Example

White with #B3C313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C313; }

 p { color: rgb(179,195,19); }

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

background-color css

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

 a { background-color: rgb(179,195,19); }

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

border-color css

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

 span { border-color: rgb(179,195,19); }

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