#B5C61B

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

Shades of Rio Grande #B5C61B

Tints of Rio Grande #B5C61B

Color information

#B5C61B (or 0xB5C61B) is unknown color: approx Rio Grande. HEX triplet: B5, C6 and 1B. RGB value is (181,198,27). Sum of RGB (Red+Green+Blue) = 181+198+27=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 198 (77.73% from 255 or 48.77% from 406); Blue value is 27 (10.94% from 255 or 6.65% from 406); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C61B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C61B is #4A39E4. Grayscale: #AEAEAE. Windows color (decimal): -4864485 or 1820341. OLE color: 1820341.

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

Color convert

RGB18119827-
CMYK0.0900.860.22
HSL65.96º76%44.12%-
HSV(B)65.96º86.36%77.65%-
XYZ39.4550.298.66-
YUV173.4245.37133.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.58%
GREEN value IS 198 (77.73% from 255) = 48.77%
BLUE value IS 27 (10.94% from 255) = 6.65%
R=44.58%
G=48.77%
B=6.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal181198270.0900.860.2265.967644.12
HexB5C61B905616424c2c
Octal265306331101262610211454
Binary1011010111000110110111001010101101011010000101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C61B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C61B; }

 p { color: rgb(181,198,27); }

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

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

 a { background-color: rgb(181,198,27); }

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

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

 span { border-color: rgb(181,198,27); }

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