#b7cf0d

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

Shades of Rio Grande #B7CF0D

Tints of Rio Grande #B7CF0D

Color information

#B7CF0D (or 0xB7CF0D) is unknown color: approx Rio Grande. HEX triplet: B7, CF and 0D. RGB value is (183,207,13). Sum of RGB (Red+Green+Blue) = 183+207+13=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 207 (81.25% from 255 or 51.36% from 403); Blue value is 13 (5.47% from 255 or 3.23% from 403); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CF0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7CF0D is #4830F2. Grayscale: #B2B2B2. Windows color (decimal): -4731123 or 905143. OLE color: 905143.

HSL color Cylindrical-coordinate representation of color #B7CF0D: hue angle of 67.42º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B7CF0D is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB18320713-
CMYK0.1200.940.19
HSL67.42º88.18%43.14%-
HSV(B)67.42º93.72%81.18%-
XYZ41.9154.728.73-
YUV177.7135.05131.77-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.41%
GREEN value IS 207 (81.25% from 255) = 51.36%
BLUE value IS 13 (5.47% from 255) = 3.23%
R=45.41%
G=51.36%
B=3.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal183207130.1200.940.1967.4288.1843.14
HexB7CFDC05E1343582b
Octal267317151401362310313053
Binary101101111100111111011100010111101001110000111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7cf0d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7cf0d; }

 p { color: rgb(183,207,13); }

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

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

 a { background-color: rgb(183,207,13); }

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

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

 span { border-color: rgb(183,207,13); }

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