Html Css Color HEX #B0C313 Rio Grande

📋 copy color: '#B0C313'

red 176 ◦ green 195 ◦ blue 19

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

Shades of Rio Grande #B0C313

Tints of Rio Grande #B0C313

RGB

 RED value IS 176 (69.14% from 255) = 45.13%

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

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

R = 45.13%
G = 50%
B = 4.87%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#B0C313 (or 0xB0C313) is known color: Rio Grande. HEX triplet: B0, C3 and 13. RGB value is (176,195,19). Sum of RGB (Red+Green+Blue) = 176+195+19=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 195 (76.56% from 255 or 50% from 390); Blue value is 19 (7.81% from 255 or 4.87% from 390); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C313 is #4F3CEC. Grayscale: #A9A9A9. Windows color (decimal): -5192941 or 1295280. OLE color: 1295280.

HSL color Cylindrical-coordinate representation of color #B0C313: hue angle of 66.48º 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 #B0C313 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 195 19 -
CMYK 0.10 0 0.90 0.24
HSL 66.48º 0.82% 0.42% -
HSV(B) 66.48º 0.9% 0.76% -
XYZ 37.54 48.31 7.96 -
YUV 169.26 43.21 132.81 -
System Red Green Blue C M Y K H S L
Decimal 176 195 19 0.10 0 0.90 0.24 66.48 0.82 0.42
Hex B0 C3 13 A 0 5A 18 42 52 2A
Octal 260 303 23 12 0 132 30 102 122 52
Binary 10110000 11000011 10011 1010 0 1011010 11000 1000010 1010010 101010

Color Harmonies of #B0C313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C313

Black with #B0C313

Text Example


Text Example

White with #B0C313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C313; }

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

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

background-color css

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

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

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

border-color css

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

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

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