#B4C61D

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

Shades of Rio Grande #B4C61D

Tints of Rio Grande #B4C61D

Color information

#B4C61D (or 0xB4C61D) is unknown color: approx Rio Grande. HEX triplet: B4, C6 and 1D. RGB value is (180,198,29). Sum of RGB (Red+Green+Blue) = 180+198+29=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 198 (77.73% from 255 or 48.65% from 407); Blue value is 29 (11.72% from 255 or 7.13% from 407); Max value from RGB is 198 - color contains mainly: green. Hex color #B4C61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4C61D is #4B39E2. Grayscale: #AEAEAE. Windows color (decimal): -4930019 or 1951412. OLE color: 1951412.

HSL color Cylindrical-coordinate representation of color #B4C61D: hue angle of 66.39º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B4C61D is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB18019829-
CMYK0.0900.850.22
HSL66.39º74.45%44.51%-
HSV(B)66.39º85.35%77.65%-
XYZ39.2450.188.78-
YUV173.3546.54132.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.23%
GREEN value IS 198 (77.73% from 255) = 48.65%
BLUE value IS 29 (11.72% from 255) = 7.13%
R=44.23%
G=48.65%
B=7.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal180198290.0900.850.2266.3974.4544.51
HexB4C61D905516424a2d
Octal264306351101252610211255
Binary1011010011000110111011001010101011011010000101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C61D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C61D; }

 p { color: rgb(180,198,29); }

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

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

 a { background-color: rgb(180,198,29); }

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

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

 span { border-color: rgb(180,198,29); }

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