#B5C61D

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

Shades of Rio Grande #B5C61D

Tints of Rio Grande #B5C61D

Color information

#B5C61D (or 0xB5C61D) is unknown color: approx Rio Grande. HEX triplet: B5, C6 and 1D. RGB value is (181,198,29). Sum of RGB (Red+Green+Blue) = 181+198+29=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 198 (77.73% from 255 or 48.53% from 408); Blue value is 29 (11.72% from 255 or 7.11% from 408); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C61D is #4A39E2. Grayscale: #AEAEAE. Windows color (decimal): -4864483 or 1951413. OLE color: 1951413.

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

Color convert

RGB18119829-
CMYK0.0900.850.22
HSL66.04º74.45%44.51%-
HSV(B)66.04º85.35%77.65%-
XYZ39.4750.38.79-
YUV173.6546.37133.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.36%
GREEN value IS 198 (77.73% from 255) = 48.53%
BLUE value IS 29 (11.72% from 255) = 7.11%
R=44.36%
G=48.53%
B=7.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal181198290.0900.850.2266.0474.4544.51
HexB5C61D905516424a2d
Octal265306351101252610211255
Binary1011010111000110111011001010101011011010000101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C61D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C61D; }

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

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

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

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

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

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

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

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