#B7CB14

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

Shades of Rio Grande #B7CB14

Tints of Rio Grande #B7CB14

Color information

#B7CB14 (or 0xB7CB14) is unknown color: approx Rio Grande. HEX triplet: B7, CB and 14. RGB value is (183,203,20). Sum of RGB (Red+Green+Blue) = 183+203+20=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 203 (79.69% from 255 or 50% from 406); Blue value is 20 (8.20% from 255 or 4.93% from 406); Max value from RGB is 203 - color contains mainly: green. Hex color #B7CB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7CB14 is #4834EB. Grayscale: #B0B0B0. Windows color (decimal): -4732140 or 1362871. OLE color: 1362871.

HSL color Cylindrical-coordinate representation of color #B7CB14: hue angle of 66.56º 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 #B7CB14 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB18320320-
CMYK0.1000.900.20
HSL66.56º82.06%43.73%-
HSV(B)66.56º90.15%79.61%-
XYZ41.0152.838.7-
YUV176.1639.87132.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.07%
GREEN value IS 203 (79.69% from 255) = 50%
BLUE value IS 20 (8.20% from 255) = 4.93%
R=45.07%
G=50%
B=4.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal183203200.1000.900.2066.5682.0643.73
HexB7CB14A05A1443522c
Octal267313241201322410312254
Binary1011011111001011101001010010110101010010000111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CB14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CB14; }

 p { color: rgb(183,203,20); }

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

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

 a { background-color: rgb(183,203,20); }

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

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

 span { border-color: rgb(183,203,20); }

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