Html Css Color HEX #B1C626 Rio Grande

📋 copy color: '#B1C626'

red 177 ◦ green 198 ◦ blue 38

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

Shades of Rio Grande #B1C626

Tints of Rio Grande #B1C626

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.94%

 BLUE value IS 38 (15.23% from 255) = 9.2%

R = 42.86%
G = 47.94%
B = 9.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#B1C626 (or 0xB1C626) is known color: Rio Grande. HEX triplet: B1, C6 and 26. RGB value is (177,198,38). Sum of RGB (Red+Green+Blue) = 177+198+38=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 198 (77.73% from 255 or 47.94% from 413); Blue value is 38 (15.23% from 255 or 9.20% from 413); Max value from RGB is 198 - color contains mainly: green. Hex color #B1C626 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C626 is #4E39D9. Grayscale: #AEAEAE. Windows color (decimal): -5126618 or 2541233. OLE color: 2541233.

HSL color Cylindrical-coordinate representation of color #B1C626: hue angle of 67.88º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B1C626 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 177 198 38 -
CMYK 0.11 0 0.81 0.22
HSL 67.88º 0.68% 0.46% -
HSV(B) 67.88º 0.81% 0.78% -
XYZ 38.68 49.88 9.42 -
YUV 173.48 51.54 130.51 -
System Red Green Blue C M Y K H S L
Decimal 177 198 38 0.11 0 0.81 0.22 67.88 0.68 0.46
Hex B1 C6 26 B 0 51 16 44 44 2E
Octal 261 306 46 13 0 121 26 104 104 56
Binary 10110001 11000110 100110 1011 0 1010001 10110 1000100 1000100 101110

Color Harmonies of #B1C626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C626

Black with #B1C626

Text Example


Text Example

White with #B1C626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C626; }

 p { color: rgb(177,198,38); }

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

background-color css

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

 a { background-color: rgb(177,198,38); }

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

border-color css

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

 span { border-color: rgb(177,198,38); }

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