Html Css Color HEX #B1C51E Rio Grande

📋 copy color: '#B1C51E'

red 177 ◦ green 197 ◦ blue 30

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

Shades of Rio Grande #B1C51E

Tints of Rio Grande #B1C51E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 48.76%

 BLUE value IS 30 (12.11% from 255) = 7.43%

R = 43.81%
G = 48.76%
B = 7.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#B1C51E (or 0xB1C51E) is known color: Rio Grande. HEX triplet: B1, C5 and 1E. RGB value is (177,197,30). Sum of RGB (Red+Green+Blue) = 177+197+30=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 197 (77.34% from 255 or 48.76% from 404); Blue value is 30 (12.11% from 255 or 7.43% from 404); Max value from RGB is 197 - color contains mainly: green. Hex color #B1C51E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C51E is #4E3AE1. Grayscale: #ACACAC. Windows color (decimal): -5126882 or 2016689. OLE color: 2016689.

HSL color Cylindrical-coordinate representation of color #B1C51E: hue angle of 67.19º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B1C51E is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 177 197 30 -
CMYK 0.10 0 0.85 0.23
HSL 67.19º 0.74% 0.45% -
HSV(B) 67.19º 0.85% 0.77% -
XYZ 38.33 49.37 8.74 -
YUV 171.98 47.87 131.58 -
System Red Green Blue C M Y K H S L
Decimal 177 197 30 0.10 0 0.85 0.23 67.19 0.74 0.45
Hex B1 C5 1E A 0 55 17 43 4A 2D
Octal 261 305 36 12 0 125 27 103 112 55
Binary 10110001 11000101 11110 1010 0 1010101 10111 1000011 1001010 101101

Color Harmonies of #B1C51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C51E

Black with #B1C51E

Text Example


Text Example

White with #B1C51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C51E; }

 p { color: rgb(177,197,30); }

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

background-color css

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

 a { background-color: rgb(177,197,30); }

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

border-color css

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

 span { border-color: rgb(177,197,30); }

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