Html Css Color HEX #BCD206 La Rioja

📋 copy color: '#BCD206'

red 188 ◦ green 210 ◦ blue 6

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

Shades of La Rioja #BCD206

Tints of La Rioja #BCD206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.49%

R = 46.53%
G = 51.98%
B = 1.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#BCD206 (or 0xBCD206) is known color: La Rioja. HEX triplet: BC, D2 and 06. RGB value is (188,210,6). Sum of RGB (Red+Green+Blue) = 188+210+6=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 210 (82.42% from 255 or 51.98% from 404); Blue value is 6 (2.73% from 255 or 1.49% from 404); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD206 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD206 is #432DF9. Grayscale: #B4B4B4. Windows color (decimal): -4402682 or 447164. OLE color: 447164.

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

Color convert

RGB 188 210 6 -
CMYK 0.10 0 0.97 0.18
HSL 66.47º 0.94% 0.42% -
HSV(B) 66.47º 0.97% 0.82% -
XYZ 43.82 56.8 8.83 -
YUV 180.17 29.71 133.59 -
System Red Green Blue C M Y K H S L
Decimal 188 210 6 0.10 0 0.97 0.18 66.47 0.94 0.42
Hex BC D2 6 A 0 61 12 42 5E 2A
Octal 274 322 6 12 0 141 22 102 136 52
Binary 10111100 11010010 110 1010 0 1100001 10010 1000010 1011110 101010

Color Harmonies of #BCD206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD206

Black with #BCD206

Text Example


Text Example

White with #BCD206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD206; }

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

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

background-color css

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

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

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

border-color css

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

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

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