Html Css Color HEX #BCC411 La Rioja

📋 copy color: '#BCC411'

red 188 ◦ green 196 ◦ blue 17

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

Shades of La Rioja #BCC411

Tints of La Rioja #BCC411

RGB

 RED value IS 188 (73.83% from 255) = 46.88%

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

 BLUE value IS 17 (7.03% from 255) = 4.24%

R = 46.88%
G = 48.88%
B = 4.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#BCC411 (or 0xBCC411) is known color: La Rioja. HEX triplet: BC, C4 and 11. RGB value is (188,196,17). Sum of RGB (Red+Green+Blue) = 188+196+17=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 196 (76.95% from 255 or 48.88% from 401); Blue value is 17 (7.03% from 255 or 4.24% from 401); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC411 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC411 is #433BEE. Grayscale: #ADADAD. Windows color (decimal): -4406255 or 1164476. OLE color: 1164476.

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

Color convert

RGB 188 196 17 -
CMYK 0.04 0 0.91 0.23
HSL 62.68º 0.84% 0.42% -
HSV(B) 62.68º 0.91% 0.77% -
XYZ 40.58 50.21 8.08 -
YUV 173.2 39.85 138.55 -
System Red Green Blue C M Y K H S L
Decimal 188 196 17 0.04 0 0.91 0.23 62.68 0.84 0.42
Hex BC C4 11 4 0 5B 17 3F 54 2A
Octal 274 304 21 4 0 133 27 77 124 52
Binary 10111100 11000100 10001 100 0 1011011 10111 111111 1010100 101010

Color Harmonies of #BCC411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC411

Black with #BCC411

Text Example


Text Example

White with #BCC411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC411; }

 p { color: rgb(188,196,17); }

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

background-color css

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

 a { background-color: rgb(188,196,17); }

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

border-color css

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

 span { border-color: rgb(188,196,17); }

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