Html Css Color HEX #BCD209 La Rioja

📋 copy color: '#BCD209'

red 188 ◦ green 210 ◦ blue 9

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

Shades of La Rioja #BCD209

Tints of La Rioja #BCD209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.21%

R = 46.19%
G = 51.6%
B = 2.21%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#BCD209 (or 0xBCD209) is known color: La Rioja. HEX triplet: BC, D2 and 09. RGB value is (188,210,9). Sum of RGB (Red+Green+Blue) = 188+210+9=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 210 (82.42% from 255 or 51.60% from 407); Blue value is 9 (3.91% from 255 or 2.21% from 407); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD209 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD209 is #432DF6. Grayscale: #B5B5B5. Windows color (decimal): -4402679 or 643772. OLE color: 643772.

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

Color convert

RGB 188 210 9 -
CMYK 0.10 0 0.96 0.18
HSL 66.57º 0.92% 0.43% -
HSV(B) 66.57º 0.96% 0.82% -
XYZ 43.83 56.8 8.91 -
YUV 180.51 31.21 133.34 -
System Red Green Blue C M Y K H S L
Decimal 188 210 9 0.10 0 0.96 0.18 66.57 0.92 0.43
Hex BC D2 9 A 0 60 12 43 5C 2B
Octal 274 322 11 12 0 140 22 103 134 53
Binary 10111100 11010010 1001 1010 0 1100000 10010 1000011 1011100 101011

Color Harmonies of #BCD209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD209

Black with #BCD209

Text Example


Text Example

White with #BCD209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD209; }

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

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

background-color css

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

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

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

border-color css

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

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

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