Html Css Color HEX #BCC407 La Rioja

📋 copy color: '#BCC407'

red 188 ◦ green 196 ◦ blue 7

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

Shades of La Rioja #BCC407

Tints of La Rioja #BCC407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.79%

R = 48.08%
G = 50.13%
B = 1.79%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#BCC407 (or 0xBCC407) is known color: La Rioja. HEX triplet: BC, C4 and 07. RGB value is (188,196,7). Sum of RGB (Red+Green+Blue) = 188+196+7=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 196 (76.95% from 255 or 50.13% from 391); Blue value is 7 (3.12% from 255 or 1.79% from 391); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC407 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC407 is #433BF8. Grayscale: #ACACAC. Windows color (decimal): -4406265 or 509116. OLE color: 509116.

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

Color convert

RGB 188 196 7 -
CMYK 0.04 0 0.96 0.23
HSL 62.54º 0.93% 0.4% -
HSV(B) 62.54º 0.96% 0.77% -
XYZ 40.52 50.19 7.75 -
YUV 172.06 34.85 139.37 -
System Red Green Blue C M Y K H S L
Decimal 188 196 7 0.04 0 0.96 0.23 62.54 0.93 0.4
Hex BC C4 7 4 0 60 17 3F 5D 28
Octal 274 304 7 4 0 140 27 77 135 50
Binary 10111100 11000100 111 100 0 1100000 10111 111111 1011101 101000

Color Harmonies of #BCC407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC407

Black with #BCC407

Text Example


Text Example

White with #BCC407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC407; }

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

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

background-color css

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

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

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

border-color css

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

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

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