#B4C108

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

Shades of La Rioja #B4C108

Tints of La Rioja #B4C108

Color information

#B4C108 (or 0xB4C108) is unknown color: approx La Rioja. HEX triplet: B4, C1 and 08. RGB value is (180,193,8). Sum of RGB (Red+Green+Blue) = 180+193+8=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 193 (75.78% from 255 or 50.66% from 381); Blue value is 8 (3.52% from 255 or 2.10% from 381); Max value from RGB is 193 - color contains mainly: green. Hex color #B4C108 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4C108 is #4B3EF7. Grayscale: #A8A8A8. Windows color (decimal): -4931320 or 573876. OLE color: 573876.

HSL color Cylindrical-coordinate representation of color #B4C108: hue angle of 64.22º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B4C108 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB1801938-
CMYK0.0700.960.24
HSL64.22º92.04%39.41%-
HSV(B)64.22º95.85%75.69%-
XYZ37.9447.867.47-
YUV168.0237.69136.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.24%
GREEN value IS 193 (75.78% from 255) = 50.66%
BLUE value IS 8 (3.52% from 255) = 2.10%
R=47.24%
G=50.66%
B=2.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal18019380.0700.960.2464.2292.0439.41
HexB4C18706018405c27
Octal26430110701403010013447
Binary10110100110000011000111011000001100010000001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C108; }

 p { color: rgb(180,193,8); }

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

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

 a { background-color: rgb(180,193,8); }

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

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

 span { border-color: rgb(180,193,8); }

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