#B2BE1D

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

Shades of Rio Grande #B2BE1D

Tints of Rio Grande #B2BE1D

Color information

#B2BE1D (or 0xB2BE1D) is unknown color: approx Rio Grande. HEX triplet: B2, BE and 1D. RGB value is (178,190,29). Sum of RGB (Red+Green+Blue) = 178+190+29=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 190 (74.61% from 255 or 47.86% from 397); Blue value is 29 (11.72% from 255 or 7.30% from 397); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BE1D is #4D41E2. Grayscale: #A8A8A8. Windows color (decimal): -5063139 or 1949362. OLE color: 1949362.

HSL color Cylindrical-coordinate representation of color #B2BE1D: hue angle of 64.47º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2BE1D is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB17819029-
CMYK0.0600.850.25
HSL64.47º73.52%42.94%-
HSV(B)64.47º84.74%74.51%-
XYZ3746.388.16-
YUV168.0649.52135.09-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.84%
GREEN value IS 190 (74.61% from 255) = 47.86%
BLUE value IS 29 (11.72% from 255) = 7.30%
R=44.84%
G=47.86%
B=7.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178190290.0600.850.2564.4773.5242.94
HexB2BE1D605519404a2b
Octal26227635601253110011253
Binary101100101011111011101110010101011100110000001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BE1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BE1D; }

 p { color: rgb(178,190,29); }

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

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

 a { background-color: rgb(178,190,29); }

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

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

 span { border-color: rgb(178,190,29); }

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