#B6CD14

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

Shades of Rio Grande #B6CD14

Tints of Rio Grande #B6CD14

Color information

#B6CD14 (or 0xB6CD14) is unknown color: approx Rio Grande. HEX triplet: B6, CD and 14. RGB value is (182,205,20). Sum of RGB (Red+Green+Blue) = 182+205+20=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 205 (80.47% from 255 or 50.37% from 407); Blue value is 20 (8.20% from 255 or 4.91% from 407); Max value from RGB is 205 - color contains mainly: green. Hex color #B6CD14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6CD14 is #4932EB. Grayscale: #B1B1B1. Windows color (decimal): -4797164 or 1363382. OLE color: 1363382.

HSL color Cylindrical-coordinate representation of color #B6CD14: hue angle of 67.46º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B6CD14 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB18220520-
CMYK0.1100.900.20
HSL67.46º82.22%44.12%-
HSV(B)67.46º90.24%80.39%-
XYZ41.2553.668.84-
YUV177.0339.38131.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.72%
GREEN value IS 205 (80.47% from 255) = 50.37%
BLUE value IS 20 (8.20% from 255) = 4.91%
R=44.72%
G=50.37%
B=4.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal182205200.1100.900.2067.4682.2244.12
HexB6CD14B05A1443522c
Octal266315241301322410312254
Binary1011011011001101101001011010110101010010000111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CD14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CD14; }

 p { color: rgb(182,205,20); }

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

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

 a { background-color: rgb(182,205,20); }

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

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

 span { border-color: rgb(182,205,20); }

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