Html Css Color HEX #BCD105 La Rioja

📋 copy color: '#BCD105'

red 188 ◦ green 209 ◦ blue 5

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

Shades of La Rioja #BCD105

Tints of La Rioja #BCD105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.24%

R = 46.77%
G = 51.99%
B = 1.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#BCD105 (or 0xBCD105) is known color: La Rioja. HEX triplet: BC, D1 and 05. RGB value is (188,209,5). Sum of RGB (Red+Green+Blue) = 188+209+5=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 209 (82.03% from 255 or 51.99% from 402); Blue value is 5 (2.34% from 255 or 1.24% from 402); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD105 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD105 is #432EFA. Grayscale: #B4B4B4. Windows color (decimal): -4402939 or 381372. OLE color: 381372.

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

Color convert

RGB 188 209 5 -
CMYK 0.10 0 0.98 0.18
HSL 66.18º 0.95% 0.42% -
HSV(B) 66.18º 0.98% 0.82% -
XYZ 43.57 56.3 8.71 -
YUV 179.47 29.54 134.09 -
System Red Green Blue C M Y K H S L
Decimal 188 209 5 0.10 0 0.98 0.18 66.18 0.95 0.42
Hex BC D1 5 A 0 62 12 42 5F 2A
Octal 274 321 5 12 0 142 22 102 137 52
Binary 10111100 11010001 101 1010 0 1100010 10010 1000010 1011111 101010

Color Harmonies of #BCD105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD105

Black with #BCD105

Text Example


Text Example

White with #BCD105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD105; }

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

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

background-color css

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

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

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

border-color css

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

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

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