Html Css Color HEX #BCD200 La Rioja

📋 copy color: '#BCD200'

red 188 ◦ green 210 ◦ blue 0

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

Shades of La Rioja #BCD200

Tints of La Rioja #BCD200

RGB

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

 GREEN value IS 210 (82.42% from 255) = 52.76%

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

R = 47.24%
G = 52.76%
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

#BCD200 (or 0xBCD200) is known color: La Rioja. HEX triplet: BC, D2 and 00. RGB value is (188,210,0). Sum of RGB (Red+Green+Blue) = 188+210+0=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 210 (82.42% from 255 or 52.76% from 398); Blue value is 0 (0.39% from 255 or 0% from 398); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD200 is #432DFF. Grayscale: #B4B4B4. Windows color (decimal): -4402688 or 53948. OLE color: 53948.

HSL color Cylindrical-coordinate representation of color #BCD200: hue angle of 66.29º 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 #BCD200 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 210 0 -
CMYK 0.10 0 1 0.18
HSL 66.29º 1% 0.41% -
HSV(B) 66.29º 1% 0.82% -
XYZ 43.79 56.78 8.65 -
YUV 179.48 26.71 134.08 -
System Red Green Blue C M Y K H S L
Decimal 188 210 0 0.10 0 1 0.18 66.29 1 0.41
Hex BC D2 0 A 0 64 12 42 64 29
Octal 274 322 0 12 0 144 22 102 144 51
Binary 10111100 11010010 0 1010 0 1100100 10010 1000010 1100100 101001

Color Harmonies of #BCD200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD200

Black with #BCD200

Text Example


Text Example

White with #BCD200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD200; }

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

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

background-color css

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

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

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

border-color css

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

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

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