Html Css Color HEX #BCD100 La Rioja

📋 copy color: '#BCD100'

red 188 ◦ green 209 ◦ blue 0

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

Shades of La Rioja #BCD100

Tints of La Rioja #BCD100

RGB

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

 GREEN value IS 209 (82.03% from 255) = 52.64%

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

R = 47.36%
G = 52.64%
B = 0%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#BCD100 (or 0xBCD100) is known color: La Rioja. HEX triplet: BC, D1 and 00. RGB value is (188,209,0). Sum of RGB (Red+Green+Blue) = 188+209+0=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 209 (82.03% from 255 or 52.64% from 397); Blue value is 0 (0.39% from 255 or 0% from 397); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD100 is #432EFF. Grayscale: #B3B3B3. Windows color (decimal): -4402944 or 53692. OLE color: 53692.

HSL color Cylindrical-coordinate representation of color #BCD100: hue angle of 66.03º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCD100 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 209 0 -
CMYK 0.10 0 1 0.18
HSL 66.03º 1% 0.41% -
HSV(B) 66.03º 1% 0.82% -
XYZ 43.54 56.29 8.57 -
YUV 178.9 27.04 134.49 -
System Red Green Blue C M Y K H S L
Decimal 188 209 0 0.10 0 1 0.18 66.03 1 0.41
Hex BC D1 0 A 0 64 12 42 64 29
Octal 274 321 0 12 0 144 22 102 144 51
Binary 10111100 11010001 0 1010 0 1100100 10010 1000010 1100100 101001

Color Harmonies of #BCD100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD100

Black with #BCD100

Text Example


Text Example

White with #BCD100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD100; }

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

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

background-color css

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

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

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

border-color css

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

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

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