Html Css Color HEX #BCC406 La Rioja

📋 copy color: '#BCC406'

red 188 ◦ green 196 ◦ blue 6

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

Shades of La Rioja #BCC406

Tints of La Rioja #BCC406

RGB

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

 GREEN value IS 196 (76.95% from 255) = 50.26%

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

R = 48.21%
G = 50.26%
B = 1.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#BCC406 (or 0xBCC406) is known color: La Rioja. HEX triplet: BC, C4 and 06. RGB value is (188,196,6). Sum of RGB (Red+Green+Blue) = 188+196+6=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 196 (76.95% from 255 or 50.26% from 390); Blue value is 6 (2.73% from 255 or 1.54% from 390); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC406 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC406 is #433BF9. Grayscale: #ACACAC. Windows color (decimal): -4406266 or 443580. OLE color: 443580.

HSL color Cylindrical-coordinate representation of color #BCC406: hue angle of 62.53º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BCC406 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 196 6 -
CMYK 0.04 0 0.97 0.23
HSL 62.53º 0.94% 0.4% -
HSV(B) 62.53º 0.97% 0.77% -
XYZ 40.51 50.18 7.72 -
YUV 171.95 34.35 139.45 -
System Red Green Blue C M Y K H S L
Decimal 188 196 6 0.04 0 0.97 0.23 62.53 0.94 0.4
Hex BC C4 6 4 0 61 17 3F 5E 28
Octal 274 304 6 4 0 141 27 77 136 50
Binary 10111100 11000100 110 100 0 1100001 10111 111111 1011110 101000

Color Harmonies of #BCC406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC406

Black with #BCC406

Text Example


Text Example

White with #BCC406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC406; }

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

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

background-color css

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

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

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

border-color css

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

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

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