Html Css Color HEX #BCC111 La Rioja

📋 copy color: '#BCC111'

red 188 ◦ green 193 ◦ blue 17

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

Shades of La Rioja #BCC111

Tints of La Rioja #BCC111

RGB

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

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

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

R = 47.24%
G = 48.49%
B = 4.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#BCC111 (or 0xBCC111) is known color: La Rioja. HEX triplet: BC, C1 and 11. RGB value is (188,193,17). Sum of RGB (Red+Green+Blue) = 188+193+17=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 17 (7.03% from 255 or 4.27% from 398); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC111 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC111 is #433EEE. Grayscale: #ACACAC. Windows color (decimal): -4407023 or 1163708. OLE color: 1163708.

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

Color convert

RGB 188 193 17 -
CMYK 0.03 0 0.91 0.24
HSL 61.7º 0.84% 0.41% -
HSV(B) 61.7º 0.91% 0.76% -
XYZ 39.91 48.87 7.86 -
YUV 171.44 40.84 139.81 -
System Red Green Blue C M Y K H S L
Decimal 188 193 17 0.03 0 0.91 0.24 61.7 0.84 0.41
Hex BC C1 11 3 0 5B 18 3E 54 29
Octal 274 301 21 3 0 133 30 76 124 51
Binary 10111100 11000001 10001 11 0 1011011 11000 111110 1010100 101001

Color Harmonies of #BCC111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC111

Black with #BCC111

Text Example


Text Example

White with #BCC111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC111; }

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

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

background-color css

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

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

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

border-color css

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

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

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