Html Css Color HEX #BBC410 La Rioja

📋 copy color: '#BBC410'

red 187 ◦ green 196 ◦ blue 16

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

Shades of La Rioja #BBC410

Tints of La Rioja #BBC410

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49.12%

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

R = 46.87%
G = 49.12%
B = 4.01%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#BBC410 (or 0xBBC410) is known color: La Rioja. HEX triplet: BB, C4 and 10. RGB value is (187,196,16). Sum of RGB (Red+Green+Blue) = 187+196+16=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 196 (76.95% from 255 or 49.12% from 399); Blue value is 16 (6.64% from 255 or 4.01% from 399); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC410 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC410 is #443BEF. Grayscale: #ADADAD. Windows color (decimal): -4471792 or 1098939. OLE color: 1098939.

HSL color Cylindrical-coordinate representation of color #BBC410: hue angle of 63º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BBC410 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 196 16 -
CMYK 0.05 0 0.92 0.23
HSL 63º 0.85% 0.42% -
HSV(B) 63º 0.92% 0.77% -
XYZ 40.33 50.08 8.03 -
YUV 172.79 39.52 138.14 -
System Red Green Blue C M Y K H S L
Decimal 187 196 16 0.05 0 0.92 0.23 63 0.85 0.42
Hex BB C4 10 5 0 5C 17 3F 55 2A
Octal 273 304 20 5 0 134 27 77 125 52
Binary 10111011 11000100 10000 101 0 1011100 10111 111111 1010101 101010

Color Harmonies of #BBC410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC410

Black with #BBC410

Text Example


Text Example

White with #BBC410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC410; }

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

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

background-color css

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

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

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

border-color css

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

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

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