#B9CD26

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

Shades of Rio Grande #B9CD26

Tints of Rio Grande #B9CD26

Color information

#B9CD26 (or 0xB9CD26) is unknown color: approx Rio Grande. HEX triplet: B9, CD and 26. RGB value is (185,205,38). Sum of RGB (Red+Green+Blue) = 185+205+38=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 205 (80.47% from 255 or 47.90% from 428); Blue value is 38 (15.23% from 255 or 8.88% from 428); Max value from RGB is 205 - color contains mainly: green. Hex color #B9CD26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CD26 is #4632D9. Grayscale: #B4B4B4. Windows color (decimal): -4600538 or 2543033. OLE color: 2543033.

HSL color Cylindrical-coordinate representation of color #B9CD26: hue angle of 67.19º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B9CD26 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB18520538-
CMYK0.1000.810.20
HSL67.19º68.72%47.65%-
HSV(B)67.19º81.46%80.39%-
XYZ42.1954.1210.06-
YUV179.9847.87131.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.22%
GREEN value IS 205 (80.47% from 255) = 47.90%
BLUE value IS 38 (15.23% from 255) = 8.88%
R=43.22%
G=47.90%
B=8.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal185205380.1000.810.2067.1968.7247.65
HexB9CD26A05114434530
Octal271315461201212410310560
Binary10111001110011011001101010010100011010010000111000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CD26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CD26; }

 p { color: rgb(185,205,38); }

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

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

 a { background-color: rgb(185,205,38); }

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

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

 span { border-color: rgb(185,205,38); }

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