Html Css Color HEX #BCD306 La Rioja

📋 copy color: '#BCD306'

red 188 ◦ green 211 ◦ blue 6

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

Shades of La Rioja #BCD306

Tints of La Rioja #BCD306

RGB

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

 GREEN value IS 211 (82.81% from 255) = 52.1%

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

R = 46.42%
G = 52.1%
B = 1.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#BCD306 (or 0xBCD306) is known color: La Rioja. HEX triplet: BC, D3 and 06. RGB value is (188,211,6). Sum of RGB (Red+Green+Blue) = 188+211+6=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 211 (82.81% from 255 or 52.10% from 405); Blue value is 6 (2.73% from 255 or 1.48% from 405); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD306 is #432CF9. Grayscale: #B5B5B5. Windows color (decimal): -4402426 or 447420. OLE color: 447420.

HSL color Cylindrical-coordinate representation of color #BCD306: hue angle of 66.73º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BCD306 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 211 6 -
CMYK 0.11 0 0.97 0.17
HSL 66.73º 0.94% 0.43% -
HSV(B) 66.73º 0.97% 0.83% -
XYZ 44.07 57.29 8.91 -
YUV 180.75 29.38 133.17 -
System Red Green Blue C M Y K H S L
Decimal 188 211 6 0.11 0 0.97 0.17 66.73 0.94 0.43
Hex BC D3 6 B 0 61 11 43 5E 2B
Octal 274 323 6 13 0 141 21 103 136 53
Binary 10111100 11010011 110 1011 0 1100001 10001 1000011 1011110 101011

Color Harmonies of #BCD306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD306

Black with #BCD306

Text Example


Text Example

White with #BCD306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD306; }

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

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

background-color css

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

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

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

border-color css

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

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

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