#B2BD1F

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

Shades of Rio Grande #B2BD1F

Tints of Rio Grande #B2BD1F

Color information

#B2BD1F (or 0xB2BD1F) is unknown color: approx Rio Grande. HEX triplet: B2, BD and 1F. RGB value is (178,189,31). Sum of RGB (Red+Green+Blue) = 178+189+31=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 189 (74.22% from 255 or 47.49% from 398); Blue value is 31 (12.5% from 255 or 7.79% from 398); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BD1F is #4D42E0. Grayscale: #A8A8A8. Windows color (decimal): -5063393 or 2080178. OLE color: 2080178.

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

Color convert

RGB17818931-
CMYK0.0600.840.26
HSL64.18º71.82%43.14%-
HSV(B)64.18º83.6%74.12%-
XYZ36.8145.968.23-
YUV167.750.86135.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.72%
GREEN value IS 189 (74.22% from 255) = 47.49%
BLUE value IS 31 (12.5% from 255) = 7.79%
R=44.72%
G=47.49%
B=7.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal178189310.0600.840.2664.1871.8243.14
HexB2BD1F60541A40482b
Octal26227537601243210011053
Binary101100101011110111111110010101001101010000001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BD1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BD1F; }

 p { color: rgb(178,189,31); }

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

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

 a { background-color: rgb(178,189,31); }

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

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

 span { border-color: rgb(178,189,31); }

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