Html Css Color HEX #BBC310 La Rioja

📋 copy color: '#BBC310'

red 187 ◦ green 195 ◦ blue 16

#BBC310
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #BBC310

Tints of La Rioja #BBC310

RGB

 RED value IS 187 (73.44% from 255) = 46.98%

 GREEN value IS 195 (76.56% from 255) = 48.99%

 BLUE value IS 16 (6.64% from 255) = 4.02%

R = 46.98%
G = 48.99%
B = 4.02%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#BBC310 (or 0xBBC310) is known color: La Rioja. HEX triplet: BB, C3 and 10. RGB value is (187,195,16). Sum of RGB (Red+Green+Blue) = 187+195+16=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 195 (76.56% from 255 or 48.99% from 398); Blue value is 16 (6.64% from 255 or 4.02% from 398); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC310 is #443CEF. Grayscale: #ACACAC. Windows color (decimal): -4472048 or 1098683. OLE color: 1098683.

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

Color convert

RGB 187 195 16 -
CMYK 0.04 0 0.92 0.24
HSL 62.68º 0.85% 0.41% -
HSV(B) 62.68º 0.92% 0.76% -
XYZ 40.1 49.63 7.96 -
YUV 172.2 39.85 138.55 -
System Red Green Blue C M Y K H S L
Decimal 187 195 16 0.04 0 0.92 0.24 62.68 0.85 0.41
Hex BB C3 10 4 0 5C 18 3F 55 29
Octal 273 303 20 4 0 134 30 77 125 51
Binary 10111011 11000011 10000 100 0 1011100 11000 111111 1010101 101001

Color Harmonies of #BBC310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC310

Black with #BBC310

Text Example


Text Example

White with #BBC310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC310; }

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

 H1.HeaderClassName
 {
   color: #BBC310;
 }
 .AnyTagClassName
 {
   color: #BBC310;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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