Html Css Color HEX #BBC113 La Rioja

📋 copy color: '#BBC113'

red 187 ◦ green 193 ◦ blue 19

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

Shades of La Rioja #BBC113

Tints of La Rioja #BBC113

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.37%

 BLUE value IS 19 (7.81% from 255) = 4.76%

R = 46.87%
G = 48.37%
B = 4.76%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#BBC113 (or 0xBBC113) is known color: La Rioja. HEX triplet: BB, C1 and 13. RGB value is (187,193,19). Sum of RGB (Red+Green+Blue) = 187+193+19=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 193 (75.78% from 255 or 48.37% from 399); Blue value is 19 (7.81% from 255 or 4.76% from 399); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC113 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC113 is #443EEC. Grayscale: #ACACAC. Windows color (decimal): -4472557 or 1294779. OLE color: 1294779.

HSL color Cylindrical-coordinate representation of color #BBC113: hue angle of 62.07º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBC113 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 193 19 -
CMYK 0.03 0 0.90 0.24
HSL 62.07º 0.82% 0.42% -
HSV(B) 62.07º 0.9% 0.76% -
XYZ 39.68 48.75 7.93 -
YUV 171.37 42.01 139.15 -
System Red Green Blue C M Y K H S L
Decimal 187 193 19 0.03 0 0.90 0.24 62.07 0.82 0.42
Hex BB C1 13 3 0 5A 18 3E 52 2A
Octal 273 301 23 3 0 132 30 76 122 52
Binary 10111011 11000001 10011 11 0 1011010 11000 111110 1010010 101010

Color Harmonies of #BBC113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC113

Black with #BBC113

Text Example


Text Example

White with #BBC113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC113; }

 p { color: rgb(187,193,19); }

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

background-color css

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

 a { background-color: rgb(187,193,19); }

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

border-color css

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

 span { border-color: rgb(187,193,19); }

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