#B4C92B

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

Shades of Rio Grande #B4C92B

Tints of Rio Grande #B4C92B

Color information

#B4C92B (or 0xB4C92B) is unknown color: approx Rio Grande. HEX triplet: B4, C9 and 2B. RGB value is (180,201,43). Sum of RGB (Red+Green+Blue) = 180+201+43=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 201 (78.91% from 255 or 47.41% from 424); Blue value is 43 (17.19% from 255 or 10.14% from 424); Max value from RGB is 201 - color contains mainly: green. Hex color #B4C92B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4C92B is #4B36D4. Grayscale: #B1B1B1. Windows color (decimal): -4929237 or 2869684. OLE color: 2869684.

HSL color Cylindrical-coordinate representation of color #B4C92B: hue angle of 67.97º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B4C92B is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB18020143-
CMYK0.1000.790.21
HSL67.97º64.75%47.84%-
HSV(B)67.97º78.61%78.82%-
XYZ40.1551.6510.14-
YUV176.7152.54130.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.45%
GREEN value IS 201 (78.91% from 255) = 47.41%
BLUE value IS 43 (17.19% from 255) = 10.14%
R=42.45%
G=47.41%
B=10.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal180201430.1000.790.2167.9764.7547.84
HexB4C92BA04F15444130
Octal264311531201172510410160
Binary10110100110010011010111010010011111010110001001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C92B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C92B; }

 p { color: rgb(180,201,43); }

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

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

 a { background-color: rgb(180,201,43); }

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

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

 span { border-color: rgb(180,201,43); }

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