Html Css Color HEX #BCD108 La Rioja

📋 copy color: '#BCD108'

red 188 ◦ green 209 ◦ blue 8

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

Shades of La Rioja #BCD108

Tints of La Rioja #BCD108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.98%

R = 46.42%
G = 51.6%
B = 1.98%

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

#BCD108 (or 0xBCD108) is known color: La Rioja. HEX triplet: BC, D1 and 08. RGB value is (188,209,8). Sum of RGB (Red+Green+Blue) = 188+209+8=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 209 (82.03% from 255 or 51.60% from 405); Blue value is 8 (3.52% from 255 or 1.98% from 405); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD108 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD108 is #432EF7. Grayscale: #B4B4B4. Windows color (decimal): -4402936 or 577980. OLE color: 577980.

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

Color convert

RGB 188 209 8 -
CMYK 0.10 0 0.96 0.18
HSL 66.27º 0.93% 0.43% -
HSV(B) 66.27º 0.96% 0.82% -
XYZ 43.58 56.31 8.8 -
YUV 179.81 31.04 133.84 -
System Red Green Blue C M Y K H S L
Decimal 188 209 8 0.10 0 0.96 0.18 66.27 0.93 0.43
Hex BC D1 8 A 0 60 12 42 5D 2B
Octal 274 321 10 12 0 140 22 102 135 53
Binary 10111100 11010001 1000 1010 0 1100000 10010 1000010 1011101 101011

Color Harmonies of #BCD108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD108

Black with #BCD108

Text Example


Text Example

White with #BCD108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD108; }

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

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

background-color css

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

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

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

border-color css

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

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

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