#B0C300

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

Shades of La Rioja #B0C300

Tints of La Rioja #B0C300

Color information

#B0C300 (or 0xB0C300) is unknown color: approx La Rioja. HEX triplet: B0, C3 and 00. RGB value is (176,195,0). Sum of RGB (Red+Green+Blue) = 176+195+0=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 195 (76.56% from 255 or 52.56% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C300 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C300 is #4F3CFF. Grayscale: #A7A7A7. Windows color (decimal): -5192960 or 50096. OLE color: 50096.

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

Color convert

RGB1761950-
CMYK0.10010.24
HSL65.85º100%38.24%-
HSV(B)65.85º100%76.47%-
XYZ37.4248.267.34-
YUV167.0933.71134.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.44%
GREEN value IS 195 (76.56% from 255) = 52.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.44%
G=52.56%
B=0%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal17619500.10010.2465.8510038.24
HexB0C30A06418426426
Octal26030301201443010214446
Binary101100001100001101010011001001100010000101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C300; }

 p { color: rgb(176,195,0); }

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

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

 a { background-color: rgb(176,195,0); }

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

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

 span { border-color: rgb(176,195,0); }

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