Html Css Color HEX #B1C826 Rio Grande

📋 copy color: '#B1C826'

red 177 ◦ green 200 ◦ blue 38

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

Shades of Rio Grande #B1C826

Tints of Rio Grande #B1C826

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.19%

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

R = 42.65%
G = 48.19%
B = 9.16%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#B1C826 (or 0xB1C826) is known color: Rio Grande. HEX triplet: B1, C8 and 26. RGB value is (177,200,38). Sum of RGB (Red+Green+Blue) = 177+200+38=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 200 (78.52% from 255 or 48.19% from 415); Blue value is 38 (15.23% from 255 or 9.16% from 415); Max value from RGB is 200 - color contains mainly: green. Hex color #B1C826 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C826 is #4E37D9. Grayscale: #AFAFAF. Windows color (decimal): -5126106 or 2541745. OLE color: 2541745.

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

Color convert

RGB 177 200 38 -
CMYK 0.12 0 0.81 0.22
HSL 68.52º 0.68% 0.47% -
HSV(B) 68.52º 0.81% 0.78% -
XYZ 39.14 50.8 9.58 -
YUV 174.66 50.88 129.67 -
System Red Green Blue C M Y K H S L
Decimal 177 200 38 0.12 0 0.81 0.22 68.52 0.68 0.47
Hex B1 C8 26 C 0 51 16 45 44 2F
Octal 261 310 46 14 0 121 26 105 104 57
Binary 10110001 11001000 100110 1100 0 1010001 10110 1000101 1000100 101111

Color Harmonies of #B1C826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C826

Black with #B1C826

Text Example


Text Example

White with #B1C826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C826; }

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

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

background-color css

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

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

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

border-color css

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

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

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