#B2C72A

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

Shades of Rio Grande #B2C72A

Tints of Rio Grande #B2C72A

Color information

#B2C72A (or 0xB2C72A) is unknown color: approx Rio Grande. HEX triplet: B2, C7 and 2A. RGB value is (178,199,42). Sum of RGB (Red+Green+Blue) = 178+199+42=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 199 (78.12% from 255 or 47.49% from 419); Blue value is 42 (16.80% from 255 or 10.02% from 419); Max value from RGB is 199 - color contains mainly: green. Hex color #B2C72A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C72A is #4D38D5. Grayscale: #AFAFAF. Windows color (decimal): -5060822 or 2803634. OLE color: 2803634.

HSL color Cylindrical-coordinate representation of color #B2C72A: hue angle of 68.03º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B2C72A is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB17819942-
CMYK0.1100.790.22
HSL68.03º65.15%47.25%-
HSV(B)68.03º78.89%78.04%-
XYZ39.250.489.87-
YUV174.8253.04130.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.48%
GREEN value IS 199 (78.12% from 255) = 47.49%
BLUE value IS 42 (16.80% from 255) = 10.02%
R=42.48%
G=47.49%
B=10.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal178199420.1100.790.2268.0365.1547.25
HexB2C72AB04F1644412f
Octal262307521301172610410157
Binary10110010110001111010101011010011111011010001001000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C72A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C72A; }

 p { color: rgb(178,199,42); }

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

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

 a { background-color: rgb(178,199,42); }

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

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

 span { border-color: rgb(178,199,42); }

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