Html Css Color HEX #BCC311 La Rioja

📋 copy color: '#BCC311'

red 188 ◦ green 195 ◦ blue 17

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

Shades of La Rioja #BCC311

Tints of La Rioja #BCC311

RGB

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

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

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

R = 47%
G = 48.75%
B = 4.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#BCC311 (or 0xBCC311) is known color: La Rioja. HEX triplet: BC, C3 and 11. RGB value is (188,195,17). Sum of RGB (Red+Green+Blue) = 188+195+17=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 195 (76.56% from 255 or 48.75% from 400); Blue value is 17 (7.03% from 255 or 4.25% from 400); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC311 is #433CEE. Grayscale: #ADADAD. Windows color (decimal): -4406511 or 1164220. OLE color: 1164220.

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

Color convert

RGB 188 195 17 -
CMYK 0.04 0 0.91 0.24
HSL 62.36º 0.84% 0.42% -
HSV(B) 62.36º 0.91% 0.76% -
XYZ 40.36 49.76 8.01 -
YUV 172.62 40.18 138.97 -
System Red Green Blue C M Y K H S L
Decimal 188 195 17 0.04 0 0.91 0.24 62.36 0.84 0.42
Hex BC C3 11 4 0 5B 18 3E 54 2A
Octal 274 303 21 4 0 133 30 76 124 52
Binary 10111100 11000011 10001 100 0 1011011 11000 111110 1010100 101010

Color Harmonies of #BCC311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC311

Black with #BCC311

Text Example


Text Example

White with #BCC311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC311; }

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

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

background-color css

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

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

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

border-color css

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

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

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