Html Css Color HEX #BCC607 La Rioja

📋 copy color: '#BCC607'

red 188 ◦ green 198 ◦ blue 7

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

Shades of La Rioja #BCC607

Tints of La Rioja #BCC607

RGB

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

 GREEN value IS 198 (77.73% from 255) = 50.38%

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

R = 47.84%
G = 50.38%
B = 1.78%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#BCC607 (or 0xBCC607) is known color: La Rioja. HEX triplet: BC, C6 and 07. RGB value is (188,198,7). Sum of RGB (Red+Green+Blue) = 188+198+7=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 198 (77.73% from 255 or 50.38% from 393); Blue value is 7 (3.12% from 255 or 1.78% from 393); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC607 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC607 is #4339F8. Grayscale: #ADADAD. Windows color (decimal): -4405753 or 509628. OLE color: 509628.

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

Color convert

RGB 188 198 7 -
CMYK 0.05 0 0.96 0.22
HSL 63.14º 0.93% 0.4% -
HSV(B) 63.14º 0.96% 0.78% -
XYZ 40.97 51.09 7.9 -
YUV 173.24 34.19 138.53 -
System Red Green Blue C M Y K H S L
Decimal 188 198 7 0.05 0 0.96 0.22 63.14 0.93 0.4
Hex BC C6 7 5 0 60 16 3F 5D 28
Octal 274 306 7 5 0 140 26 77 135 50
Binary 10111100 11000110 111 101 0 1100000 10110 111111 1011101 101000

Color Harmonies of #BCC607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC607

Black with #BCC607

Text Example


Text Example

White with #BCC607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC607; }

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

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

background-color css

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

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

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

border-color css

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

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

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