Html Css Color HEX #BCD102 La Rioja

📋 copy color: '#BCD102'

red 188 ◦ green 209 ◦ blue 2

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

Shades of La Rioja #BCD102

Tints of La Rioja #BCD102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 47.12%
G = 52.38%
B = 0.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#BCD102 (or 0xBCD102) is known color: La Rioja. HEX triplet: BC, D1 and 02. RGB value is (188,209,2). Sum of RGB (Red+Green+Blue) = 188+209+2=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 209 (82.03% from 255 or 52.38% from 399); Blue value is 2 (1.17% from 255 or 0.50% from 399); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD102 is #432EFD. Grayscale: #B3B3B3. Windows color (decimal): -4402942 or 184764. OLE color: 184764.

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

Color convert

RGB 188 209 2 -
CMYK 0.10 0 0.99 0.18
HSL 66.09º 0.98% 0.41% -
HSV(B) 66.09º 0.99% 0.82% -
XYZ 43.55 56.3 8.63 -
YUV 179.12 28.04 134.33 -
System Red Green Blue C M Y K H S L
Decimal 188 209 2 0.10 0 0.99 0.18 66.09 0.98 0.41
Hex BC D1 2 A 0 63 12 42 62 29
Octal 274 321 2 12 0 143 22 102 142 51
Binary 10111100 11010001 10 1010 0 1100011 10010 1000010 1100010 101001

Color Harmonies of #BCD102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD102

Black with #BCD102

Text Example


Text Example

White with #BCD102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD102; }

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

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

background-color css

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

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

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

border-color css

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

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

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