#B4C700

Color #B4C700 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #B4C700

Tints of La Rioja #B4C700

Color information

#B4C700 (or 0xB4C700) is unknown color: approx La Rioja. HEX triplet: B4, C7 and 00. RGB value is (180,199,0). Sum of RGB (Red+Green+Blue) = 180+199+0=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 199 (78.12% from 255 or 52.51% from 379); Blue value is 0 (0.39% from 255 or 0% from 379); Max value from RGB is 199 - color contains mainly: green. Hex color #B4C700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4C700 is #4B38FF. Grayscale: #ABABAB. Windows color (decimal): -4929792 or 51124. OLE color: 51124.

HSL color Cylindrical-coordinate representation of color #B4C700: hue angle of 65.73º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B4C700 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB1801990-
CMYK0.10010.22
HSL65.73º100%39.02%-
HSV(B)65.73º100%78.04%-
XYZ39.2550.557.69-
YUV170.6331.71134.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.49%
GREEN value IS 199 (78.12% from 255) = 52.51%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.49%
G=52.51%
B=0%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal18019900.10010.2265.7310039.02
HexB4C70A06416426427
Octal26430701201442610214447
Binary101101001100011101010011001001011010000101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C700; }

 p { color: rgb(180,199,0); }

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

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

 a { background-color: rgb(180,199,0); }

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

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

 span { border-color: rgb(180,199,0); }

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