Html Css Color HEX #BCC711 La Rioja

📋 copy color: '#BCC711'

red 188 ◦ green 199 ◦ blue 17

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

Shades of La Rioja #BCC711

Tints of La Rioja #BCC711

RGB

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

 GREEN value IS 199 (78.13% from 255) = 49.26%

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

R = 46.53%
G = 49.26%
B = 4.21%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#BCC711 (or 0xBCC711) is known color: La Rioja. HEX triplet: BC, C7 and 11. RGB value is (188,199,17). Sum of RGB (Red+Green+Blue) = 188+199+17=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 199 (78.12% from 255 or 49.26% from 404); Blue value is 17 (7.03% from 255 or 4.21% from 404); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC711 is #4338EE. Grayscale: #AFAFAF. Windows color (decimal): -4405487 or 1165244. OLE color: 1165244.

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

Color convert

RGB 188 199 17 -
CMYK 0.06 0 0.91 0.22
HSL 63.63º 0.84% 0.42% -
HSV(B) 63.63º 0.91% 0.78% -
XYZ 41.26 51.58 8.31 -
YUV 174.96 38.86 137.3 -
System Red Green Blue C M Y K H S L
Decimal 188 199 17 0.06 0 0.91 0.22 63.63 0.84 0.42
Hex BC C7 11 6 0 5B 16 40 54 2A
Octal 274 307 21 6 0 133 26 100 124 52
Binary 10111100 11000111 10001 110 0 1011011 10110 1000000 1010100 101010

Color Harmonies of #BCC711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC711

Black with #BCC711

Text Example


Text Example

White with #BCC711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC711; }

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

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

background-color css

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

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

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

border-color css

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

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

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