#BBC308

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

Shades of La Rioja #BBC308

Tints of La Rioja #BBC308

Color information

#BBC308 (or 0xBBC308) is unknown color: approx La Rioja. HEX triplet: BB, C3 and 08. RGB value is (187,195,8). Sum of RGB (Red+Green+Blue) = 187+195+8=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 195 (76.56% from 255 or 50% from 390); Blue value is 8 (3.52% from 255 or 2.05% from 390); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC308 is #443CF7. Grayscale: #ACACAC. Windows color (decimal): -4472056 or 574395. OLE color: 574395.

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

Color convert

RGB1871958-
CMYK0.0400.960.24
HSL62.57º92.12%39.8%-
HSV(B)62.57º95.9%76.47%-
XYZ40.0549.617.69-
YUV171.2935.85139.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.95%
GREEN value IS 195 (76.56% from 255) = 50%
BLUE value IS 8 (3.52% from 255) = 2.05%
R=47.95%
G=50%
B=2.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal18719580.0400.960.2462.5792.1239.8
HexBBC384060183f5c28
Octal2733031040140307713450
Binary1011101111000011100010001100000110001111111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC308; }

 p { color: rgb(187,195,8); }

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

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

 a { background-color: rgb(187,195,8); }

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

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

 span { border-color: rgb(187,195,8); }

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