Html Css Color HEX #BCC100 La Rioja

📋 copy color: '#BCC100'

red 188 ◦ green 193 ◦ blue 0

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

Shades of La Rioja #BCC100

Tints of La Rioja #BCC100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.34%
G = 50.66%
B = 0%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#BCC100 (or 0xBCC100) is known color: La Rioja. HEX triplet: BC, C1 and 00. RGB value is (188,193,0). Sum of RGB (Red+Green+Blue) = 188+193+0=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 193 (75.78% from 255 or 50.66% from 381); Blue value is 0 (0.39% from 255 or 0% from 381); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC100 is #433EFF. Grayscale: #AAAAAA. Windows color (decimal): -4407040 or 49596. OLE color: 49596.

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

Color convert

RGB 188 193 0 -
CMYK 0.03 0 1 0.24
HSL 61.55º 1% 0.38% -
HSV(B) 61.55º 1% 0.76% -
XYZ 39.81 48.83 7.33 -
YUV 169.5 32.34 141.19 -
System Red Green Blue C M Y K H S L
Decimal 188 193 0 0.03 0 1 0.24 61.55 1 0.38
Hex BC C1 0 3 0 64 18 3E 64 26
Octal 274 301 0 3 0 144 30 76 144 46
Binary 10111100 11000001 0 11 0 1100100 11000 111110 1100100 100110

Color Harmonies of #BCC100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC100

Black with #BCC100

Text Example


Text Example

White with #BCC100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC100; }

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

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

background-color css

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

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

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

border-color css

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

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

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