#B5C817

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

Shades of Rio Grande #B5C817

Tints of Rio Grande #B5C817

Color information

#B5C817 (or 0xB5C817) is unknown color: approx Rio Grande. HEX triplet: B5, C8 and 17. RGB value is (181,200,23). Sum of RGB (Red+Green+Blue) = 181+200+23=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 200 (78.52% from 255 or 49.50% from 404); Blue value is 23 (9.38% from 255 or 5.69% from 404); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C817 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C817 is #4A37E8. Grayscale: #AEAEAE. Windows color (decimal): -4863977 or 1558709. OLE color: 1558709.

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

Color convert

RGB18120023-
CMYK0.0900.880.22
HSL66.44º79.37%43.73%-
HSV(B)66.44º88.5%78.43%-
XYZ39.8651.198.59-
YUV174.1442.71132.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.80%
GREEN value IS 200 (78.52% from 255) = 49.50%
BLUE value IS 23 (9.38% from 255) = 5.69%
R=44.80%
G=49.50%
B=5.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal181200230.0900.880.2266.4479.3743.73
HexB5C817905816424f2c
Octal265310271101302610211754
Binary1011010111001000101111001010110001011010000101001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C817; }

 p { color: rgb(181,200,23); }

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

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

 a { background-color: rgb(181,200,23); }

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

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

 span { border-color: rgb(181,200,23); }

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