#B1C21B

Color #B1C21B Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #B1C21B

Tints of Rio Grande #B1C21B

Color information

#B1C21B (or 0xB1C21B) is unknown color: approx Rio Grande. HEX triplet: B1, C2 and 1B. RGB value is (177,194,27). Sum of RGB (Red+Green+Blue) = 177+194+27=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 194 (76.17% from 255 or 48.74% from 398); Blue value is 27 (10.94% from 255 or 6.78% from 398); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C21B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C21B is #4E3DE4. Grayscale: #AAAAAA. Windows color (decimal): -5127653 or 1819313. OLE color: 1819313.

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

Color convert

RGB17719427-
CMYK0.0900.860.24
HSL66.11º75.57%43.33%-
HSV(B)66.11º86.08%76.08%-
XYZ37.6248.018.32-
YUV169.8847.37133.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.47%
GREEN value IS 194 (76.17% from 255) = 48.74%
BLUE value IS 27 (10.94% from 255) = 6.78%
R=44.47%
G=48.74%
B=6.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal177194270.0900.860.2466.1175.5743.33
HexB1C21B905618424c2b
Octal261302331101263010211453
Binary1011000111000010110111001010101101100010000101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C21B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C21B; }

 p { color: rgb(177,194,27); }

 H1.HeaderClassName
 {
   color: #B1C21B;
 }
 .AnyTagClassName
 {
   color: #B1C21B;
 }
</style>
background-color css

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

 a { background-color: rgb(177,194,27); }

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

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

 span { border-color: rgb(177,194,27); }

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