Html Css Color HEX #BCC511 La Rioja

📋 copy color: '#BCC511'

red 188 ◦ green 197 ◦ blue 17

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

Shades of La Rioja #BCC511

Tints of La Rioja #BCC511

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49%

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

R = 46.77%
G = 49%
B = 4.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#BCC511 (or 0xBCC511) is known color: La Rioja. HEX triplet: BC, C5 and 11. RGB value is (188,197,17). Sum of RGB (Red+Green+Blue) = 188+197+17=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 197 (77.34% from 255 or 49.00% from 402); Blue value is 17 (7.03% from 255 or 4.23% from 402); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC511 is #433AEE. Grayscale: #AEAEAE. Windows color (decimal): -4405999 or 1164732. OLE color: 1164732.

HSL color Cylindrical-coordinate representation of color #BCC511: hue angle of 63º 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 #BCC511 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 197 17 -
CMYK 0.05 0 0.91 0.23
HSL 63º 0.84% 0.42% -
HSV(B) 63º 0.91% 0.77% -
XYZ 40.81 50.66 8.16 -
YUV 173.79 39.52 138.14 -
System Red Green Blue C M Y K H S L
Decimal 188 197 17 0.05 0 0.91 0.23 63 0.84 0.42
Hex BC C5 11 5 0 5B 17 3F 54 2A
Octal 274 305 21 5 0 133 27 77 124 52
Binary 10111100 11000101 10001 101 0 1011011 10111 111111 1010100 101010

Color Harmonies of #BCC511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC511

Black with #BCC511

Text Example


Text Example

White with #BCC511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC511; }

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

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

background-color css

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

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

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

border-color css

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

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

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