Html Css Color HEX #B1C119 Rio Grande

📋 copy color: '#B1C119'

red 177 ◦ green 193 ◦ blue 25

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

Shades of Rio Grande #B1C119

Tints of Rio Grande #B1C119

RGB

 RED value IS 177 (69.53% from 255) = 44.81%

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

 BLUE value IS 25 (10.16% from 255) = 6.33%

R = 44.81%
G = 48.86%
B = 6.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#B1C119 (or 0xB1C119) is known color: Rio Grande. HEX triplet: B1, C1 and 19. RGB value is (177,193,25). Sum of RGB (Red+Green+Blue) = 177+193+25=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 193 (75.78% from 255 or 48.86% from 395); Blue value is 25 (10.16% from 255 or 6.33% from 395); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C119 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1C119 is #4E3EE6. Grayscale: #A9A9A9. Windows color (decimal): -5127911 or 1687985. OLE color: 1687985.

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

Color convert

RGB 177 193 25 -
CMYK 0.08 0 0.87 0.24
HSL 65.71º 0.77% 0.43% -
HSV(B) 65.71º 0.87% 0.76% -
XYZ 37.38 47.56 8.13 -
YUV 169.06 46.7 133.66 -
System Red Green Blue C M Y K H S L
Decimal 177 193 25 0.08 0 0.87 0.24 65.71 0.77 0.43
Hex B1 C1 19 8 0 57 18 42 4D 2B
Octal 261 301 31 10 0 127 30 102 115 53
Binary 10110001 11000001 11001 1000 0 1010111 11000 1000010 1001101 101011

Color Harmonies of #B1C119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C119

Black with #B1C119

Text Example


Text Example

White with #B1C119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C119; }

 p { color: rgb(177,193,25); }

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

background-color css

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

 a { background-color: rgb(177,193,25); }

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

border-color css

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

 span { border-color: rgb(177,193,25); }

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