#B7C61A

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

Shades of Rio Grande #B7C61A

Tints of Rio Grande #B7C61A

Color information

#B7C61A (or 0xB7C61A) is unknown color: approx Rio Grande. HEX triplet: B7, C6 and 1A. RGB value is (183,198,26). Sum of RGB (Red+Green+Blue) = 183+198+26=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 198 (77.73% from 255 or 48.65% from 407); Blue value is 26 (10.55% from 255 or 6.39% from 407); Max value from RGB is 198 - color contains mainly: green. Hex color #B7C61A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C61A is #4839E5. Grayscale: #AEAEAE. Windows color (decimal): -4733414 or 1754807. OLE color: 1754807.

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

Color convert

RGB18319826-
CMYK0.0800.870.22
HSL65.23º76.79%43.92%-
HSV(B)65.23º86.87%77.65%-
XYZ39.9150.538.63-
YUV173.9144.53134.49-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.96%
GREEN value IS 198 (77.73% from 255) = 48.65%
BLUE value IS 26 (10.55% from 255) = 6.39%
R=44.96%
G=48.65%
B=6.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal183198260.0800.870.2265.2376.7943.92
HexB7C61A805716414d2c
Octal267306321001272610111554
Binary1011011111000110110101000010101111011010000011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C61A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C61A; }

 p { color: rgb(183,198,26); }

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

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

 a { background-color: rgb(183,198,26); }

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

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

 span { border-color: rgb(183,198,26); }

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