Html Css Color HEX #B3C115 Rio Grande

📋 copy color: '#B3C115'

red 179 ◦ green 193 ◦ blue 21

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

Shades of Rio Grande #B3C115

Tints of Rio Grande #B3C115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.34%

R = 45.55%
G = 49.11%
B = 5.34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#B3C115 (or 0xB3C115) is known color: Rio Grande. HEX triplet: B3, C1 and 15. RGB value is (179,193,21). Sum of RGB (Red+Green+Blue) = 179+193+21=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 193 (75.78% from 255 or 49.11% from 393); Blue value is 21 (8.59% from 255 or 5.34% from 393); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C115 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C115 is #4C3EEA. Grayscale: #A9A9A9. Windows color (decimal): -4996843 or 1425843. OLE color: 1425843.

HSL color Cylindrical-coordinate representation of color #B3C115: hue angle of 64.88º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B3C115 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 179 193 21 -
CMYK 0.07 0 0.89 0.24
HSL 64.88º 0.8% 0.42% -
HSV(B) 64.88º 0.89% 0.76% -
XYZ 37.8 47.78 7.94 -
YUV 169.21 44.36 134.99 -
System Red Green Blue C M Y K H S L
Decimal 179 193 21 0.07 0 0.89 0.24 64.88 0.8 0.42
Hex B3 C1 15 7 0 59 18 41 50 2A
Octal 263 301 25 7 0 131 30 101 120 52
Binary 10110011 11000001 10101 111 0 1011001 11000 1000001 1010000 101010

Color Harmonies of #B3C115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C115

Black with #B3C115

Text Example


Text Example

White with #B3C115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C115; }

 p { color: rgb(179,193,21); }

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

background-color css

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

 a { background-color: rgb(179,193,21); }

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

border-color css

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

 span { border-color: rgb(179,193,21); }

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