#BBC700

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

Shades of La Rioja #BBC700

Tints of La Rioja #BBC700

Color information

#BBC700 (or 0xBBC700) is unknown color: approx La Rioja. HEX triplet: BB, C7 and 00. RGB value is (187,199,0). Sum of RGB (Red+Green+Blue) = 187+199+0=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 199 (78.12% from 255 or 51.55% from 386); Blue value is 0 (0.39% from 255 or 0% from 386); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC700 is #4438FF. Grayscale: #ADADAD. Windows color (decimal): -4471040 or 51131. OLE color: 51131.

HSL color Cylindrical-coordinate representation of color #BBC700: hue angle of 63.62º 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 #BBC700 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB1871990-
CMYK0.06010.22
HSL63.62º100%39.02%-
HSV(B)63.62º100%78.04%-
XYZ40.9251.417.77-
YUV172.7330.52138.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.45%
GREEN value IS 199 (78.12% from 255) = 51.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.45%
G=51.55%
B=0%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal18719900.06010.2263.6210039.02
HexBBC70606416406427
Octal2733070601442610014447
Binary10111011110001110110011001001011010000001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC700; }

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

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

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

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

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

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

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

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